Make_CancleSndown.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CancleSndown
  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(Make_CancleSndown));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.ms_stepcode_label = new System.Windows.Forms.Label();
  31. this.Count_label = new System.Windows.Forms.Label();
  32. this.Count = new System.Windows.Forms.Label();
  33. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  34. this.checkBox1 = new System.Windows.Forms.CheckBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.EndDate = new System.Windows.Forms.DateTimePicker();
  37. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.linecode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  40. this.ms_stepcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  41. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  43. this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.SnInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.md_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.md_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.md_downdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.MD_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // ms_makecode_label
  57. //
  58. this.ms_makecode_label.AutoSize = true;
  59. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.ms_makecode_label.Location = new System.Drawing.Point(-4, 23);
  61. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  62. this.ms_makecode_label.Name = "ms_makecode_label";
  63. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  64. this.ms_makecode_label.TabIndex = 198;
  65. this.ms_makecode_label.Text = "工单号";
  66. //
  67. // ms_stepcode_label
  68. //
  69. this.ms_stepcode_label.AutoSize = true;
  70. this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.ms_stepcode_label.Location = new System.Drawing.Point(627, 26);
  72. this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.ms_stepcode_label.Name = "ms_stepcode_label";
  74. this.ms_stepcode_label.Size = new System.Drawing.Size(52, 27);
  75. this.ms_stepcode_label.TabIndex = 207;
  76. this.ms_stepcode_label.Text = "工序";
  77. //
  78. // Count_label
  79. //
  80. this.Count_label.AutoSize = true;
  81. this.Count_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.Count_label.Location = new System.Drawing.Point(33, 663);
  83. this.Count_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.Count_label.Name = "Count_label";
  85. this.Count_label.Size = new System.Drawing.Size(52, 27);
  86. this.Count_label.TabIndex = 212;
  87. this.Count_label.Text = "总计";
  88. //
  89. // Count
  90. //
  91. this.Count.AutoSize = true;
  92. this.Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.Count.Location = new System.Drawing.Point(93, 663);
  94. this.Count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.Count.Name = "Count";
  96. this.Count.Size = new System.Drawing.Size(0, 27);
  97. this.Count.TabIndex = 213;
  98. //
  99. // checkBox1
  100. //
  101. this.checkBox1.AutoSize = true;
  102. this.checkBox1.Location = new System.Drawing.Point(916, 70);
  103. this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  104. this.checkBox1.Name = "checkBox1";
  105. this.checkBox1.Size = new System.Drawing.Size(59, 19);
  106. this.checkBox1.TabIndex = 222;
  107. this.checkBox1.Text = "全选";
  108. this.checkBox1.UseVisualStyleBackColor = true;
  109. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  110. //
  111. // label3
  112. //
  113. this.label3.AutoSize = true;
  114. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label3.Location = new System.Drawing.Point(13, 62);
  116. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.label3.Name = "label3";
  118. this.label3.Size = new System.Drawing.Size(52, 27);
  119. this.label3.TabIndex = 254;
  120. this.label3.Text = "日期";
  121. //
  122. // EndDate
  123. //
  124. this.EndDate.Checked = false;
  125. this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  126. this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  127. this.EndDate.Location = new System.Drawing.Point(312, 62);
  128. this.EndDate.Margin = new System.Windows.Forms.Padding(2);
  129. this.EndDate.Name = "EndDate";
  130. this.EndDate.Size = new System.Drawing.Size(237, 25);
  131. this.EndDate.TabIndex = 253;
  132. //
  133. // BeginDate
  134. //
  135. this.BeginDate.Checked = false;
  136. this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  137. this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  138. this.BeginDate.Location = new System.Drawing.Point(71, 62);
  139. this.BeginDate.Margin = new System.Windows.Forms.Padding(2);
  140. this.BeginDate.Name = "BeginDate";
  141. this.BeginDate.Size = new System.Drawing.Size(237, 25);
  142. this.BeginDate.TabIndex = 255;
  143. //
  144. // label1
  145. //
  146. this.label1.AutoSize = true;
  147. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.label1.Location = new System.Drawing.Point(308, 22);
  149. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.label1.Name = "label1";
  151. this.label1.Size = new System.Drawing.Size(52, 27);
  152. this.label1.TabIndex = 256;
  153. this.label1.Text = "线别";
  154. //
  155. // linecode
  156. //
  157. this.linecode.FormattingEnabled = true;
  158. this.linecode.Location = new System.Drawing.Point(367, 23);
  159. this.linecode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  160. this.linecode.Name = "linecode";
  161. this.linecode.Size = new System.Drawing.Size(182, 23);
  162. this.linecode.TabIndex = 257;
  163. this.linecode.Tag = "md_linecode";
  164. //
  165. // ms_stepcode
  166. //
  167. this.ms_stepcode.FormattingEnabled = true;
  168. this.ms_stepcode.Location = new System.Drawing.Point(686, 27);
  169. this.ms_stepcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  170. this.ms_stepcode.Name = "ms_stepcode";
  171. this.ms_stepcode.Size = new System.Drawing.Size(182, 23);
  172. this.ms_stepcode.TabIndex = 251;
  173. this.ms_stepcode.Tag = "md_stepcode";
  174. //
  175. // normalButton1
  176. //
  177. this.normalButton1.AllPower = null;
  178. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  179. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  180. this.normalButton1.Image = null;
  181. this.normalButton1.IsShowBorder = true;
  182. this.normalButton1.Location = new System.Drawing.Point(1011, 27);
  183. this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  184. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  185. this.normalButton1.Name = "normalButton1";
  186. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  187. this.normalButton1.Power = null;
  188. this.normalButton1.Size = new System.Drawing.Size(82, 30);
  189. this.normalButton1.TabIndex = 216;
  190. this.normalButton1.Text = "解锁";
  191. this.normalButton1.UseVisualStyleBackColor = false;
  192. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  193. //
  194. // ma_code
  195. //
  196. this.ma_code.AllPower = "IFALL";
  197. this.ma_code.Caller = null;
  198. this.ma_code.Condition = null;
  199. this.ma_code.DBTitle = "";
  200. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  201. this.ma_code.FormName = null;
  202. this.ma_code.Location = new System.Drawing.Point(71, 23);
  203. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  204. this.ma_code.Name = "ma_code";
  205. this.ma_code.Power = "";
  206. this.ma_code.ReturnData = null;
  207. this.ma_code.SelectField = null;
  208. this.ma_code.SetValueField = null;
  209. this.ma_code.Size = new System.Drawing.Size(158, 28);
  210. this.ma_code.TabIndex = 211;
  211. this.ma_code.TableName = null;
  212. this.ma_code.Tag = "md_macode";
  213. this.ma_code.TextBoxEnable = true;
  214. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  215. //
  216. // Query
  217. //
  218. this.Query.AllPower = null;
  219. this.Query.BackColor = System.Drawing.Color.Transparent;
  220. this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
  221. this.Query.Image = null;
  222. this.Query.IsShowBorder = true;
  223. this.Query.Location = new System.Drawing.Point(900, 27);
  224. this.Query.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  225. this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
  226. this.Query.Name = "Query";
  227. this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
  228. this.Query.Power = null;
  229. this.Query.Size = new System.Drawing.Size(75, 27);
  230. this.Query.TabIndex = 206;
  231. this.Query.Text = "查询";
  232. this.Query.UseVisualStyleBackColor = false;
  233. this.Query.Click += new System.EventHandler(this.Query_Click);
  234. //
  235. // SnInf
  236. //
  237. this.SnInf.AllowUserToAddRows = false;
  238. this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  239. | System.Windows.Forms.AnchorStyles.Right)));
  240. this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  241. this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  242. this.choose1,
  243. this.md_sncode,
  244. this.md_macode,
  245. this.md_prodcode,
  246. this.md_linecode,
  247. this.md_stepcode,
  248. this.md_downdate,
  249. this.MD_ID});
  250. this.SnInf.EnableContentClick = true;
  251. this.SnInf.Location = new System.Drawing.Point(0, 105);
  252. this.SnInf.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  253. this.SnInf.Name = "SnInf";
  254. this.SnInf.RowTemplate.Height = 23;
  255. this.SnInf.Size = new System.Drawing.Size(1102, 555);
  256. this.SnInf.TabIndex = 203;
  257. this.SnInf.CurrentCellDirtyStateChanged += new System.EventHandler(this.SnInf_CurrentCellDirtyStateChanged);
  258. //
  259. // choose1
  260. //
  261. this.choose1.FillWeight = 50F;
  262. this.choose1.HeaderText = "";
  263. this.choose1.Name = "choose1";
  264. this.choose1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  265. this.choose1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  266. this.choose1.Width = 50;
  267. //
  268. // md_sncode
  269. //
  270. this.md_sncode.DataPropertyName = "md_sncode";
  271. this.md_sncode.HeaderText = "SN";
  272. this.md_sncode.Name = "md_sncode";
  273. //
  274. // md_macode
  275. //
  276. this.md_macode.DataPropertyName = "md_macode";
  277. this.md_macode.HeaderText = "工单号";
  278. this.md_macode.Name = "md_macode";
  279. this.md_macode.ReadOnly = true;
  280. //
  281. // md_prodcode
  282. //
  283. this.md_prodcode.DataPropertyName = "md_prodcode";
  284. this.md_prodcode.HeaderText = "产品号";
  285. this.md_prodcode.Name = "md_prodcode";
  286. //
  287. // md_linecode
  288. //
  289. this.md_linecode.DataPropertyName = "md_linecode";
  290. this.md_linecode.FillWeight = 70F;
  291. this.md_linecode.HeaderText = "线别";
  292. this.md_linecode.Name = "md_linecode";
  293. this.md_linecode.ReadOnly = true;
  294. this.md_linecode.Width = 70;
  295. //
  296. // md_stepcode
  297. //
  298. this.md_stepcode.DataPropertyName = "md_stepcode";
  299. this.md_stepcode.FillWeight = 70F;
  300. this.md_stepcode.HeaderText = "工序";
  301. this.md_stepcode.Name = "md_stepcode";
  302. this.md_stepcode.ReadOnly = true;
  303. this.md_stepcode.Width = 70;
  304. //
  305. // md_downdate
  306. //
  307. this.md_downdate.DataPropertyName = "md_downdate";
  308. this.md_downdate.FillWeight = 200F;
  309. this.md_downdate.HeaderText = "下放时间";
  310. this.md_downdate.MinimumWidth = 200;
  311. this.md_downdate.Name = "md_downdate";
  312. this.md_downdate.ReadOnly = true;
  313. this.md_downdate.Width = 200;
  314. //
  315. // MD_ID
  316. //
  317. this.MD_ID.DataPropertyName = "MD_ID";
  318. this.MD_ID.HeaderText = "";
  319. this.MD_ID.Name = "MD_ID";
  320. this.MD_ID.Visible = false;
  321. //
  322. // Make_CancleSndown
  323. //
  324. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  325. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  326. this.ClientSize = new System.Drawing.Size(1126, 693);
  327. this.Controls.Add(this.linecode);
  328. this.Controls.Add(this.label1);
  329. this.Controls.Add(this.BeginDate);
  330. this.Controls.Add(this.label3);
  331. this.Controls.Add(this.EndDate);
  332. this.Controls.Add(this.ms_stepcode);
  333. this.Controls.Add(this.checkBox1);
  334. this.Controls.Add(this.normalButton1);
  335. this.Controls.Add(this.Count);
  336. this.Controls.Add(this.Count_label);
  337. this.Controls.Add(this.ma_code);
  338. this.Controls.Add(this.ms_stepcode_label);
  339. this.Controls.Add(this.Query);
  340. this.Controls.Add(this.SnInf);
  341. this.Controls.Add(this.ms_makecode_label);
  342. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  343. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  344. this.Name = "Make_CancleSndown";
  345. this.Tag = "Make!CancleSndown";
  346. this.Text = " ";
  347. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Query_OnlineTraceBack_FormClosing);
  348. this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load);
  349. this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged);
  350. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit();
  351. this.ResumeLayout(false);
  352. this.PerformLayout();
  353. }
  354. #endregion
  355. private System.Windows.Forms.Label ms_makecode_label;
  356. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf;
  357. private CustomControl.ButtonUtil.NormalButton Query;
  358. private System.Windows.Forms.Label ms_stepcode_label;
  359. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  360. private System.Windows.Forms.Label Count_label;
  361. private System.Windows.Forms.Label Count;
  362. private CustomControl.ButtonUtil.NormalButton normalButton1;
  363. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  364. private System.Windows.Forms.CheckBox checkBox1;
  365. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_stepcode;
  366. private System.Windows.Forms.Label label3;
  367. private System.Windows.Forms.DateTimePicker EndDate;
  368. private System.Windows.Forms.DateTimePicker BeginDate;
  369. private CustomControl.ComBoxWithFocus.ComBoxWithFocus linecode;
  370. private System.Windows.Forms.Label label1;
  371. private System.Windows.Forms.DataGridViewCheckBoxColumn choose1;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn md_sncode;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn md_macode;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn md_linecode;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn md_stepcode;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn md_downdate;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn MD_ID;
  379. }
  380. }