FrmRackSelect.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. namespace Core.StlMes.Client.YdmBase
  2. {
  3. partial class FrmRackSelect
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRackSelect));
  29. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  30. this.button4 = new System.Windows.Forms.Button();
  31. this.button5 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.listView1 = new System.Windows.Forms.ListView();
  36. this.listView2 = new System.Windows.Forms.ListView();
  37. this.listView3 = new System.Windows.Forms.ListView();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.button7 = new System.Windows.Forms.Button();
  42. this.button6 = new System.Windows.Forms.Button();
  43. this.ultraPanel1.ClientArea.SuspendLayout();
  44. this.ultraPanel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // ultraPanel1
  48. //
  49. //
  50. // ultraPanel1.ClientArea
  51. //
  52. this.ultraPanel1.ClientArea.Controls.Add(this.button4);
  53. this.ultraPanel1.ClientArea.Controls.Add(this.button5);
  54. this.ultraPanel1.ClientArea.Controls.Add(this.button3);
  55. this.ultraPanel1.ClientArea.Controls.Add(this.button2);
  56. this.ultraPanel1.ClientArea.Controls.Add(this.button1);
  57. this.ultraPanel1.Location = new System.Drawing.Point(97, 29);
  58. this.ultraPanel1.Name = "ultraPanel1";
  59. this.ultraPanel1.Size = new System.Drawing.Size(64, 211);
  60. this.ultraPanel1.TabIndex = 1;
  61. //
  62. // button4
  63. //
  64. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  65. this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
  66. this.button4.Location = new System.Drawing.Point(1, 171);
  67. this.button4.Name = "button4";
  68. this.button4.Size = new System.Drawing.Size(55, 27);
  69. this.button4.TabIndex = 1;
  70. this.button4.UseVisualStyleBackColor = true;
  71. this.button4.Click += new System.EventHandler(this.button4_Click);
  72. //
  73. // button5
  74. //
  75. this.button5.BackColor = System.Drawing.SystemColors.ActiveCaption;
  76. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.button5.ForeColor = System.Drawing.SystemColors.ControlText;
  79. this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
  80. this.button5.Location = new System.Drawing.Point(2, 87);
  81. this.button5.Name = "button5";
  82. this.button5.Size = new System.Drawing.Size(55, 27);
  83. this.button5.TabIndex = 1;
  84. this.button5.UseVisualStyleBackColor = false;
  85. this.button5.Click += new System.EventHandler(this.button5_Click);
  86. //
  87. // button3
  88. //
  89. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  90. this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
  91. this.button3.Location = new System.Drawing.Point(1, 129);
  92. this.button3.Name = "button3";
  93. this.button3.Size = new System.Drawing.Size(55, 27);
  94. this.button3.TabIndex = 1;
  95. this.button3.UseVisualStyleBackColor = true;
  96. this.button3.Click += new System.EventHandler(this.button3_Click);
  97. //
  98. // button2
  99. //
  100. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  101. this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
  102. this.button2.Location = new System.Drawing.Point(2, 45);
  103. this.button2.Name = "button2";
  104. this.button2.Size = new System.Drawing.Size(55, 27);
  105. this.button2.TabIndex = 1;
  106. this.button2.UseVisualStyleBackColor = true;
  107. this.button2.Click += new System.EventHandler(this.button2_Click);
  108. //
  109. // button1
  110. //
  111. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  112. this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
  113. this.button1.Location = new System.Drawing.Point(2, 3);
  114. this.button1.Name = "button1";
  115. this.button1.Size = new System.Drawing.Size(55, 27);
  116. this.button1.TabIndex = 1;
  117. this.button1.UseVisualStyleBackColor = true;
  118. this.button1.Click += new System.EventHandler(this.button1_Click);
  119. //
  120. // listView1
  121. //
  122. this.listView1.CheckBoxes = true;
  123. this.listView1.Location = new System.Drawing.Point(8, 29);
  124. this.listView1.MultiSelect = false;
  125. this.listView1.Name = "listView1";
  126. this.listView1.Size = new System.Drawing.Size(84, 211);
  127. this.listView1.TabIndex = 2;
  128. this.listView1.UseCompatibleStateImageBehavior = false;
  129. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  130. //
  131. // listView2
  132. //
  133. this.listView2.CheckBoxes = true;
  134. this.listView2.Location = new System.Drawing.Point(270, 29);
  135. this.listView2.MultiSelect = false;
  136. this.listView2.Name = "listView2";
  137. this.listView2.Size = new System.Drawing.Size(84, 211);
  138. this.listView2.TabIndex = 2;
  139. this.listView2.UseCompatibleStateImageBehavior = false;
  140. this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
  141. this.listView2.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listView2_ItemCheck);
  142. //
  143. // listView3
  144. //
  145. this.listView3.Enabled = false;
  146. this.listView3.Location = new System.Drawing.Point(177, 29);
  147. this.listView3.MultiSelect = false;
  148. this.listView3.Name = "listView3";
  149. this.listView3.Size = new System.Drawing.Size(84, 211);
  150. this.listView3.TabIndex = 3;
  151. this.listView3.UseCompatibleStateImageBehavior = false;
  152. //
  153. // label1
  154. //
  155. this.label1.AutoSize = true;
  156. this.label1.Location = new System.Drawing.Point(186, 9);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(65, 12);
  159. this.label1.TabIndex = 4;
  160. this.label1.Text = "选中的料位";
  161. //
  162. // label2
  163. //
  164. this.label2.AutoSize = true;
  165. this.label2.Location = new System.Drawing.Point(8, 9);
  166. this.label2.Name = "label2";
  167. this.label2.Size = new System.Drawing.Size(77, 12);
  168. this.label2.TabIndex = 4;
  169. this.label2.Text = "供选择的料架";
  170. //
  171. // label3
  172. //
  173. this.label3.AutoSize = true;
  174. this.label3.Location = new System.Drawing.Point(270, 9);
  175. this.label3.Name = "label3";
  176. this.label3.Size = new System.Drawing.Size(65, 12);
  177. this.label3.TabIndex = 4;
  178. this.label3.Text = "选择的料架";
  179. //
  180. // button7
  181. //
  182. this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  183. this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
  184. this.button7.Location = new System.Drawing.Point(358, 126);
  185. this.button7.Name = "button7";
  186. this.button7.Size = new System.Drawing.Size(55, 27);
  187. this.button7.TabIndex = 6;
  188. this.button7.UseVisualStyleBackColor = true;
  189. this.button7.Click += new System.EventHandler(this.button7_Click);
  190. //
  191. // button6
  192. //
  193. this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  194. this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image")));
  195. this.button6.Location = new System.Drawing.Point(357, 79);
  196. this.button6.Name = "button6";
  197. this.button6.Size = new System.Drawing.Size(55, 27);
  198. this.button6.TabIndex = 5;
  199. this.button6.UseVisualStyleBackColor = true;
  200. this.button6.Click += new System.EventHandler(this.button6_Click);
  201. //
  202. // FrmRackSelect
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  207. this.ClientSize = new System.Drawing.Size(415, 243);
  208. this.Controls.Add(this.button7);
  209. this.Controls.Add(this.button6);
  210. this.Controls.Add(this.label3);
  211. this.Controls.Add(this.label2);
  212. this.Controls.Add(this.label1);
  213. this.Controls.Add(this.listView3);
  214. this.Controls.Add(this.ultraPanel1);
  215. this.Controls.Add(this.listView1);
  216. this.Controls.Add(this.listView2);
  217. this.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  219. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  220. this.MaximizeBox = false;
  221. this.MinimizeBox = false;
  222. this.Name = "FrmRackSelect";
  223. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  224. this.Text = "料架维护";
  225. this.Load += new System.EventHandler(this.FrmRackSelect_Load);
  226. this.ultraPanel1.ClientArea.ResumeLayout(false);
  227. this.ultraPanel1.ResumeLayout(false);
  228. this.ResumeLayout(false);
  229. this.PerformLayout();
  230. }
  231. #endregion
  232. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  233. private System.Windows.Forms.ListView listView1;
  234. private System.Windows.Forms.ListView listView2;
  235. private System.Windows.Forms.Button button3;
  236. private System.Windows.Forms.Button button2;
  237. private System.Windows.Forms.Button button1;
  238. private System.Windows.Forms.ListView listView3;
  239. private System.Windows.Forms.Label label1;
  240. private System.Windows.Forms.Label label2;
  241. private System.Windows.Forms.Label label3;
  242. private System.Windows.Forms.Button button4;
  243. private System.Windows.Forms.Button button5;
  244. private System.Windows.Forms.Button button7;
  245. private System.Windows.Forms.Button button6;
  246. }
  247. }