FormMail.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace CommonRPG.Client.Win32.Forms
  2. {
  3. partial class FormMail
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
  29. "",
  30. "dasf",
  31. "fff"}, -1);
  32. System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
  33. System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
  34. System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("");
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMail));
  36. this.listView1 = new System.Windows.Forms.ListView();
  37. this.columnHeader0 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  44. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  46. this.btn_GetMailDetail = new System.Windows.Forms.ToolStripButton();
  47. this.btn_GetAttachment = new System.Windows.Forms.ToolStripButton();
  48. this.btn_WriteMail = new System.Windows.Forms.ToolStripButton();
  49. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.toolStrip1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // listView1
  54. //
  55. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  56. this.columnHeader0,
  57. this.columnHeader1,
  58. this.columnHeader2,
  59. this.columnHeader6,
  60. this.columnHeader3,
  61. this.columnHeader4,
  62. this.columnHeader5});
  63. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.listView1.GridLines = true;
  65. this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  66. listViewItem1,
  67. listViewItem2,
  68. listViewItem3,
  69. listViewItem4});
  70. this.listView1.Location = new System.Drawing.Point(0, 0);
  71. this.listView1.Name = "listView1";
  72. this.listView1.Size = new System.Drawing.Size(804, 471);
  73. this.listView1.TabIndex = 0;
  74. this.listView1.UseCompatibleStateImageBehavior = false;
  75. this.listView1.View = System.Windows.Forms.View.Details;
  76. //
  77. // columnHeader0
  78. //
  79. this.columnHeader0.Text = "Status";
  80. this.columnHeader0.Width = 76;
  81. //
  82. // columnHeader1
  83. //
  84. this.columnHeader1.Text = "UUID";
  85. this.columnHeader1.Width = 96;
  86. //
  87. // columnHeader2
  88. //
  89. this.columnHeader2.Text = "Title";
  90. this.columnHeader2.Width = 65;
  91. //
  92. // columnHeader3
  93. //
  94. this.columnHeader3.Text = "Sender";
  95. this.columnHeader3.Width = 83;
  96. //
  97. // columnHeader4
  98. //
  99. this.columnHeader4.Text = "SenderUUID";
  100. this.columnHeader4.Width = 93;
  101. //
  102. // columnHeader5
  103. //
  104. this.columnHeader5.Text = "time";
  105. this.columnHeader5.Width = 104;
  106. //
  107. // toolStrip1
  108. //
  109. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
  110. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.toolStripButton1,
  112. this.toolStripButton2,
  113. this.btn_GetMailDetail,
  114. this.btn_GetAttachment,
  115. this.btn_WriteMail});
  116. this.toolStrip1.Location = new System.Drawing.Point(0, 471);
  117. this.toolStrip1.Name = "toolStrip1";
  118. this.toolStrip1.Size = new System.Drawing.Size(804, 26);
  119. this.toolStrip1.TabIndex = 1;
  120. this.toolStrip1.Text = "toolStrip1";
  121. //
  122. // toolStripButton1
  123. //
  124. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  125. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  126. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.toolStripButton1.Name = "toolStripButton1";
  128. this.toolStripButton1.Size = new System.Drawing.Size(65, 23);
  129. this.toolStripButton1.Text = "删除邮件";
  130. this.toolStripButton1.Click += new System.EventHandler(this.btn_DeleteMail_Click);
  131. //
  132. // toolStripButton2
  133. //
  134. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  135. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  136. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.toolStripButton2.Name = "toolStripButton2";
  138. this.toolStripButton2.Size = new System.Drawing.Size(65, 23);
  139. this.toolStripButton2.Text = "清空邮件";
  140. this.toolStripButton2.Click += new System.EventHandler(this.btn_ClearMail_Click);
  141. //
  142. // btn_GetMailDetail
  143. //
  144. this.btn_GetMailDetail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  145. this.btn_GetMailDetail.Image = ((System.Drawing.Image)(resources.GetObject("btn_GetMailDetail.Image")));
  146. this.btn_GetMailDetail.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.btn_GetMailDetail.Name = "btn_GetMailDetail";
  148. this.btn_GetMailDetail.Size = new System.Drawing.Size(65, 23);
  149. this.btn_GetMailDetail.Text = "获取详情";
  150. this.btn_GetMailDetail.Click += new System.EventHandler(this.btn_GetMailDetail_Click);
  151. //
  152. // btn_GetAttachment
  153. //
  154. this.btn_GetAttachment.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  155. this.btn_GetAttachment.Image = ((System.Drawing.Image)(resources.GetObject("btn_GetAttachment.Image")));
  156. this.btn_GetAttachment.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.btn_GetAttachment.Name = "btn_GetAttachment";
  158. this.btn_GetAttachment.Size = new System.Drawing.Size(65, 23);
  159. this.btn_GetAttachment.Text = "获取附件";
  160. this.btn_GetAttachment.Click += new System.EventHandler(this.btn_GetAttachment_Click);
  161. //
  162. // btn_WriteMail
  163. //
  164. this.btn_WriteMail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  165. this.btn_WriteMail.Image = ((System.Drawing.Image)(resources.GetObject("btn_WriteMail.Image")));
  166. this.btn_WriteMail.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.btn_WriteMail.Name = "btn_WriteMail";
  168. this.btn_WriteMail.Size = new System.Drawing.Size(65, 23);
  169. this.btn_WriteMail.Text = "新建邮件";
  170. this.btn_WriteMail.Click += new System.EventHandler(this.btn_WriteMail_Click);
  171. //
  172. // columnHeader6
  173. //
  174. this.columnHeader6.Text = "Attachment";
  175. this.columnHeader6.Width = 106;
  176. //
  177. // FormMail
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(804, 497);
  182. this.Controls.Add(this.listView1);
  183. this.Controls.Add(this.toolStrip1);
  184. this.Name = "FormMail";
  185. this.Text = "FormMail";
  186. this.Load += new System.EventHandler(this.FormMail_Load);
  187. this.toolStrip1.ResumeLayout(false);
  188. this.toolStrip1.PerformLayout();
  189. this.ResumeLayout(false);
  190. this.PerformLayout();
  191. }
  192. #endregion
  193. private System.Windows.Forms.ListView listView1;
  194. private System.Windows.Forms.ColumnHeader columnHeader1;
  195. private System.Windows.Forms.ColumnHeader columnHeader2;
  196. private System.Windows.Forms.ColumnHeader columnHeader3;
  197. private System.Windows.Forms.ToolStrip toolStrip1;
  198. private System.Windows.Forms.ToolStripButton btn_GetAttachment;
  199. private System.Windows.Forms.ColumnHeader columnHeader0;
  200. private System.Windows.Forms.ColumnHeader columnHeader4;
  201. private System.Windows.Forms.ColumnHeader columnHeader5;
  202. private System.Windows.Forms.ToolStripButton btn_WriteMail;
  203. private System.Windows.Forms.ToolStripButton toolStripButton1;
  204. private System.Windows.Forms.ToolStripButton toolStripButton2;
  205. private System.Windows.Forms.ToolStripButton btn_GetMailDetail;
  206. private System.Windows.Forms.ColumnHeader columnHeader6;
  207. }
  208. }