DispatchHZ.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace AGV_WPF
  2. {
  3. partial class DispatchHZ
  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. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  29. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  30. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  31. this.tabControl1 = new System.Windows.Forms.TabControl();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.tabPage2 = new System.Windows.Forms.TabPage();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.工位名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.tabPage3 = new System.Windows.Forms.TabPage();
  38. this.tabPage4 = new System.Windows.Forms.TabPage();
  39. richTextBox1 = new System.Windows.Forms.RichTextBox();
  40. this.tabPage5 = new System.Windows.Forms.TabPage();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.dataGridView2 = new AGV_WPF_Global.DataGridViewNew();
  43. this.序号1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.下线位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.零件 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.计划料框 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.调整料框 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.总框数需求 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.已上线料框数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.statusStrip1.SuspendLayout();
  53. this.tabControl1.SuspendLayout();
  54. this.tabPage2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  56. this.tabPage4.SuspendLayout();
  57. this.tabPage5.SuspendLayout();
  58. this.panel1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // statusStrip1
  63. //
  64. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  65. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  66. this.toolStripStatusLabel1});
  67. this.statusStrip1.Location = new System.Drawing.Point(0, 483);
  68. this.statusStrip1.Name = "statusStrip1";
  69. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
  70. this.statusStrip1.Size = new System.Drawing.Size(1069, 22);
  71. this.statusStrip1.TabIndex = 0;
  72. this.statusStrip1.Text = "statusStrip1";
  73. //
  74. // toolStripStatusLabel1
  75. //
  76. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  77. this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 17);
  78. this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  79. //
  80. // menuStrip1
  81. //
  82. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  83. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  84. this.menuStrip1.Name = "menuStrip1";
  85. this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
  86. this.menuStrip1.Size = new System.Drawing.Size(1069, 24);
  87. this.menuStrip1.TabIndex = 1;
  88. this.menuStrip1.Text = "menuStrip1";
  89. //
  90. // tabControl1
  91. //
  92. this.tabControl1.Controls.Add(this.tabPage1);
  93. this.tabControl1.Controls.Add(this.tabPage2);
  94. this.tabControl1.Controls.Add(this.tabPage3);
  95. this.tabControl1.Controls.Add(this.tabPage4);
  96. this.tabControl1.Controls.Add(this.tabPage5);
  97. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.tabControl1.Font = new System.Drawing.Font("宋体", 15F);
  99. this.tabControl1.Location = new System.Drawing.Point(0, 24);
  100. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  101. this.tabControl1.Name = "tabControl1";
  102. this.tabControl1.SelectedIndex = 0;
  103. this.tabControl1.Size = new System.Drawing.Size(1069, 459);
  104. this.tabControl1.TabIndex = 2;
  105. //
  106. // tabPage1
  107. //
  108. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  109. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  110. this.tabPage1.Name = "tabPage1";
  111. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  112. this.tabPage1.Size = new System.Drawing.Size(1061, 425);
  113. this.tabPage1.TabIndex = 0;
  114. this.tabPage1.Text = "配置信息";
  115. this.tabPage1.UseVisualStyleBackColor = true;
  116. //
  117. // tabPage2
  118. //
  119. this.tabPage2.Controls.Add(this.dataGridView1);
  120. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  121. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  122. this.tabPage2.Name = "tabPage2";
  123. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  124. this.tabPage2.Size = new System.Drawing.Size(1061, 425);
  125. this.tabPage2.TabIndex = 1;
  126. this.tabPage2.Text = "工位信息";
  127. this.tabPage2.UseVisualStyleBackColor = true;
  128. //
  129. // dataGridView1
  130. //
  131. this.dataGridView1.AllowUserToAddRows = false;
  132. this.dataGridView1.AllowUserToDeleteRows = false;
  133. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  134. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  135. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  136. this.序号,
  137. this.工位名称});
  138. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.dataGridView1.Location = new System.Drawing.Point(2, 2);
  140. this.dataGridView1.Name = "dataGridView1";
  141. this.dataGridView1.RowHeadersWidth = 51;
  142. this.dataGridView1.RowTemplate.Height = 23;
  143. this.dataGridView1.Size = new System.Drawing.Size(1057, 421);
  144. this.dataGridView1.TabIndex = 2;
  145. //
  146. // 序号
  147. //
  148. this.序号.HeaderText = "序号";
  149. this.序号.MinimumWidth = 6;
  150. this.序号.Name = "序号";
  151. this.序号.ReadOnly = true;
  152. //
  153. // 工位名称
  154. //
  155. this.工位名称.HeaderText = "工位名称";
  156. this.工位名称.MinimumWidth = 6;
  157. this.工位名称.Name = "工位名称";
  158. this.工位名称.ReadOnly = true;
  159. //
  160. // tabPage3
  161. //
  162. this.tabPage3.Location = new System.Drawing.Point(4, 30);
  163. this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
  164. this.tabPage3.Name = "tabPage3";
  165. this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
  166. this.tabPage3.Size = new System.Drawing.Size(1061, 425);
  167. this.tabPage3.TabIndex = 2;
  168. this.tabPage3.Text = "下料点信息";
  169. this.tabPage3.UseVisualStyleBackColor = true;
  170. //
  171. // tabPage4
  172. //
  173. this.tabPage4.Controls.Add(richTextBox1);
  174. this.tabPage4.Location = new System.Drawing.Point(4, 30);
  175. this.tabPage4.Name = "tabPage4";
  176. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  177. this.tabPage4.Size = new System.Drawing.Size(1061, 425);
  178. this.tabPage4.TabIndex = 3;
  179. this.tabPage4.Text = "交互信息";
  180. this.tabPage4.UseVisualStyleBackColor = true;
  181. //
  182. // richTextBox1
  183. //
  184. richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  185. richTextBox1.Location = new System.Drawing.Point(3, 3);
  186. richTextBox1.Name = "richTextBox1";
  187. richTextBox1.Size = new System.Drawing.Size(1055, 419);
  188. richTextBox1.TabIndex = 1;
  189. richTextBox1.Text = "";
  190. //
  191. // tabPage5
  192. //
  193. this.tabPage5.Controls.Add(this.panel1);
  194. this.tabPage5.Location = new System.Drawing.Point(4, 30);
  195. this.tabPage5.Name = "tabPage5";
  196. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  197. this.tabPage5.Size = new System.Drawing.Size(1061, 425);
  198. this.tabPage5.TabIndex = 4;
  199. this.tabPage5.Text = "生产计划";
  200. this.tabPage5.UseVisualStyleBackColor = true;
  201. //
  202. // panel1
  203. //
  204. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  205. | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.panel1.Controls.Add(this.dataGridView2);
  208. this.panel1.Location = new System.Drawing.Point(0, 90);
  209. this.panel1.Name = "panel1";
  210. this.panel1.Size = new System.Drawing.Size(1061, 335);
  211. this.panel1.TabIndex = 0;
  212. //
  213. // dataGridView2
  214. //
  215. this.dataGridView2.AllowUserToAddRows = false;
  216. this.dataGridView2.AllowUserToDeleteRows = false;
  217. this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  218. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  219. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  220. this.序号1,
  221. this.下线位置,
  222. this.零件,
  223. this.计划料框,
  224. this.调整料框,
  225. this.总框数需求,
  226. this.已上线料框数});
  227. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  228. this.dataGridView2.Location = new System.Drawing.Point(0, 0);
  229. this.dataGridView2.Name = "dataGridView2";
  230. this.dataGridView2.RowTemplate.Height = 23;
  231. this.dataGridView2.Size = new System.Drawing.Size(1061, 335);
  232. this.dataGridView2.TabIndex = 0;
  233. //
  234. // 序号1
  235. //
  236. this.序号1.HeaderText = "序号1";
  237. this.序号1.Name = "序号1";
  238. //
  239. // 下线位置
  240. //
  241. this.下线位置.HeaderText = "下线位置";
  242. this.下线位置.Name = "下线位置";
  243. //
  244. // 零件
  245. //
  246. this.零件.HeaderText = "零件";
  247. this.零件.Name = "零件";
  248. //
  249. // 计划料框
  250. //
  251. this.计划料框.HeaderText = "计划料框";
  252. this.计划料框.Name = "计划料框";
  253. //
  254. // 调整料框
  255. //
  256. this.调整料框.HeaderText = "调整料框";
  257. this.调整料框.Name = "调整料框";
  258. //
  259. // 总框数需求
  260. //
  261. this.总框数需求.HeaderText = "总框数需求";
  262. this.总框数需求.Name = "总框数需求";
  263. //
  264. // 已上线料框数
  265. //
  266. this.已上线料框数.HeaderText = "已上线料框数";
  267. this.已上线料框数.Name = "已上线料框数";
  268. //
  269. // button1
  270. //
  271. this.button1.Location = new System.Drawing.Point(149, 0);
  272. this.button1.Name = "button1";
  273. this.button1.Size = new System.Drawing.Size(75, 23);
  274. this.button1.TabIndex = 3;
  275. this.button1.Text = "button1";
  276. this.button1.UseVisualStyleBackColor = true;
  277. this.button1.Click += new System.EventHandler(this.button1_Click);
  278. //
  279. // button2
  280. //
  281. this.button2.Location = new System.Drawing.Point(271, 1);
  282. this.button2.Name = "button2";
  283. this.button2.Size = new System.Drawing.Size(75, 23);
  284. this.button2.TabIndex = 4;
  285. this.button2.Text = "button2";
  286. this.button2.UseVisualStyleBackColor = true;
  287. this.button2.Click += new System.EventHandler(this.button2_Click);
  288. //
  289. // DispatchHZ
  290. //
  291. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  292. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  293. this.ClientSize = new System.Drawing.Size(1069, 505);
  294. this.Controls.Add(this.button2);
  295. this.Controls.Add(this.button1);
  296. this.Controls.Add(this.tabControl1);
  297. this.Controls.Add(this.statusStrip1);
  298. this.Controls.Add(this.menuStrip1);
  299. this.MainMenuStrip = this.menuStrip1;
  300. this.Margin = new System.Windows.Forms.Padding(2);
  301. this.Name = "DispatchHZ";
  302. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  303. this.Text = "调度模块";
  304. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  305. this.Load += new System.EventHandler(this.DispatchHZ_Load);
  306. this.statusStrip1.ResumeLayout(false);
  307. this.statusStrip1.PerformLayout();
  308. this.tabControl1.ResumeLayout(false);
  309. this.tabPage2.ResumeLayout(false);
  310. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  311. this.tabPage4.ResumeLayout(false);
  312. this.tabPage5.ResumeLayout(false);
  313. this.panel1.ResumeLayout(false);
  314. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  315. this.ResumeLayout(false);
  316. this.PerformLayout();
  317. }
  318. #endregion
  319. private System.Windows.Forms.StatusStrip statusStrip1;
  320. private System.Windows.Forms.MenuStrip menuStrip1;
  321. private System.Windows.Forms.TabControl tabControl1;
  322. private System.Windows.Forms.TabPage tabPage1;
  323. private System.Windows.Forms.TabPage tabPage2;
  324. private System.Windows.Forms.DataGridView dataGridView1;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn 工位名称;
  327. private System.Windows.Forms.TabPage tabPage3;
  328. private System.Windows.Forms.Button button1;
  329. private System.Windows.Forms.Button button2;
  330. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  331. private System.Windows.Forms.TabPage tabPage4;
  332. private System.Windows.Forms.TabPage tabPage5;
  333. private System.Windows.Forms.Panel panel1;
  334. private AGV_WPF_Global.DataGridViewNew dataGridView2;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn 序号1;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn 下线位置;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn 零件;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn 计划料框;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn 调整料框;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn 总框数需求;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn 已上线料框数;
  342. public static System.Windows.Forms.RichTextBox richTextBox1;
  343. }
  344. }