Category.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. 
  2. namespace OTSIncAReportApp._1_UI.OTSReportExport
  3. {
  4. partial class Category
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button_down = new System.Windows.Forms.Button();
  30. this.button_up = new System.Windows.Forms.Button();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.panel3 = new System.Windows.Forms.Panel();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.listView_select = new System.Windows.Forms.ListView();
  39. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.listView_whole = new System.Windows.Forms.ListView();
  41. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.panel1.SuspendLayout();
  45. this.panel3.SuspendLayout();
  46. this.panel2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // button_down
  50. //
  51. this.button_down.Font = new System.Drawing.Font("宋体", 9F);
  52. this.button_down.Location = new System.Drawing.Point(3, 227);
  53. this.button_down.Name = "button_down";
  54. this.button_down.Size = new System.Drawing.Size(19, 98);
  55. this.button_down.TabIndex = 12;
  56. this.button_down.Text = "▼";
  57. this.button_down.UseVisualStyleBackColor = true;
  58. this.button_down.Click += new System.EventHandler(this.button_down_Click);
  59. //
  60. // button_up
  61. //
  62. this.button_up.Font = new System.Drawing.Font("宋体", 9F);
  63. this.button_up.Location = new System.Drawing.Point(3, 123);
  64. this.button_up.Name = "button_up";
  65. this.button_up.Size = new System.Drawing.Size(19, 98);
  66. this.button_up.TabIndex = 11;
  67. this.button_up.Text = "▲";
  68. this.button_up.UseVisualStyleBackColor = true;
  69. this.button_up.Click += new System.EventHandler(this.button_up_Click);
  70. //
  71. // panel1
  72. //
  73. this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  74. this.panel1.Controls.Add(this.button4);
  75. this.panel1.Controls.Add(this.button3);
  76. this.panel1.Controls.Add(this.panel3);
  77. this.panel1.Controls.Add(this.panel2);
  78. this.panel1.Controls.Add(this.listView_select);
  79. this.panel1.Controls.Add(this.listView_whole);
  80. this.panel1.Controls.Add(this.button2);
  81. this.panel1.Controls.Add(this.button1);
  82. this.panel1.Controls.Add(this.button_up);
  83. this.panel1.Controls.Add(this.button_down);
  84. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.panel1.Location = new System.Drawing.Point(0, 0);
  86. this.panel1.Name = "panel1";
  87. this.panel1.Size = new System.Drawing.Size(550, 486);
  88. this.panel1.TabIndex = 13;
  89. //
  90. // button4
  91. //
  92. this.button4.Location = new System.Drawing.Point(462, 459);
  93. this.button4.Name = "button4";
  94. this.button4.Size = new System.Drawing.Size(75, 23);
  95. this.button4.TabIndex = 23;
  96. this.button4.Text = "取消";
  97. this.button4.UseVisualStyleBackColor = true;
  98. this.button4.Click += new System.EventHandler(this.button4_Click);
  99. //
  100. // button3
  101. //
  102. this.button3.Location = new System.Drawing.Point(381, 459);
  103. this.button3.Name = "button3";
  104. this.button3.Size = new System.Drawing.Size(75, 23);
  105. this.button3.TabIndex = 22;
  106. this.button3.Text = "确定";
  107. this.button3.UseVisualStyleBackColor = true;
  108. this.button3.Click += new System.EventHandler(this.button3_Click);
  109. //
  110. // panel3
  111. //
  112. this.panel3.Controls.Add(this.label2);
  113. this.panel3.Location = new System.Drawing.Point(298, 27);
  114. this.panel3.Name = "panel3";
  115. this.panel3.Size = new System.Drawing.Size(248, 24);
  116. this.panel3.TabIndex = 21;
  117. //
  118. // label2
  119. //
  120. this.label2.AutoSize = true;
  121. this.label2.Location = new System.Drawing.Point(13, 7);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(77, 12);
  124. this.label2.TabIndex = 19;
  125. this.label2.Text = "数据库分类:";
  126. //
  127. // panel2
  128. //
  129. this.panel2.Controls.Add(this.label1);
  130. this.panel2.Location = new System.Drawing.Point(16, 27);
  131. this.panel2.Name = "panel2";
  132. this.panel2.Size = new System.Drawing.Size(248, 24);
  133. this.panel2.TabIndex = 20;
  134. //
  135. // label1
  136. //
  137. this.label1.AutoSize = true;
  138. this.label1.Location = new System.Drawing.Point(10, 7);
  139. this.label1.Name = "label1";
  140. this.label1.Size = new System.Drawing.Size(77, 12);
  141. this.label1.TabIndex = 18;
  142. this.label1.Text = "已选择分类:";
  143. //
  144. // listView_select
  145. //
  146. this.listView_select.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  147. this.columnHeader2});
  148. this.listView_select.HideSelection = false;
  149. this.listView_select.Location = new System.Drawing.Point(28, 27);
  150. this.listView_select.Name = "listView_select";
  151. this.listView_select.Size = new System.Drawing.Size(226, 426);
  152. this.listView_select.TabIndex = 17;
  153. this.listView_select.UseCompatibleStateImageBehavior = false;
  154. this.listView_select.View = System.Windows.Forms.View.Details;
  155. this.listView_select.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_select_MouseClick);
  156. //
  157. // columnHeader2
  158. //
  159. this.columnHeader2.Text = "";
  160. this.columnHeader2.Width = 210;
  161. //
  162. // listView_whole
  163. //
  164. this.listView_whole.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  165. this.columnHeader1});
  166. this.listView_whole.HideSelection = false;
  167. this.listView_whole.Location = new System.Drawing.Point(313, 27);
  168. this.listView_whole.Name = "listView_whole";
  169. this.listView_whole.Size = new System.Drawing.Size(226, 426);
  170. this.listView_whole.TabIndex = 16;
  171. this.listView_whole.UseCompatibleStateImageBehavior = false;
  172. this.listView_whole.View = System.Windows.Forms.View.Details;
  173. this.listView_whole.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_whole_MouseClick);
  174. //
  175. // columnHeader1
  176. //
  177. this.columnHeader1.Text = "";
  178. this.columnHeader1.Width = 210;
  179. //
  180. // button2
  181. //
  182. this.button2.Location = new System.Drawing.Point(260, 232);
  183. this.button2.Name = "button2";
  184. this.button2.Size = new System.Drawing.Size(47, 23);
  185. this.button2.TabIndex = 15;
  186. this.button2.Text = "删除";
  187. this.button2.UseVisualStyleBackColor = true;
  188. this.button2.Click += new System.EventHandler(this.button2_Click);
  189. //
  190. // button1
  191. //
  192. this.button1.Location = new System.Drawing.Point(260, 203);
  193. this.button1.Name = "button1";
  194. this.button1.Size = new System.Drawing.Size(47, 23);
  195. this.button1.TabIndex = 14;
  196. this.button1.Text = "添加";
  197. this.button1.UseVisualStyleBackColor = true;
  198. this.button1.Click += new System.EventHandler(this.button1_Click);
  199. //
  200. // Category
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(550, 486);
  205. this.Controls.Add(this.panel1);
  206. this.MaximizeBox = false;
  207. this.MaximumSize = new System.Drawing.Size(566, 525);
  208. this.MinimizeBox = false;
  209. this.MinimumSize = new System.Drawing.Size(566, 525);
  210. this.Name = "Category";
  211. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  212. this.Text = "分类选择";
  213. this.Load += new System.EventHandler(this.Category_Load);
  214. this.panel1.ResumeLayout(false);
  215. this.panel3.ResumeLayout(false);
  216. this.panel3.PerformLayout();
  217. this.panel2.ResumeLayout(false);
  218. this.panel2.PerformLayout();
  219. this.ResumeLayout(false);
  220. }
  221. #endregion
  222. private System.Windows.Forms.Button button_down;
  223. private System.Windows.Forms.Button button_up;
  224. private System.Windows.Forms.Panel panel1;
  225. private System.Windows.Forms.Button button2;
  226. private System.Windows.Forms.Button button1;
  227. private System.Windows.Forms.ListView listView_whole;
  228. private System.Windows.Forms.ColumnHeader columnHeader1;
  229. private System.Windows.Forms.ListView listView_select;
  230. private System.Windows.Forms.ColumnHeader columnHeader2;
  231. private System.Windows.Forms.Label label2;
  232. private System.Windows.Forms.Label label1;
  233. private System.Windows.Forms.Panel panel3;
  234. private System.Windows.Forms.Panel panel2;
  235. private System.Windows.Forms.Button button4;
  236. private System.Windows.Forms.Button button3;
  237. }
  238. }