Query_Commandlog.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_Commandlog
  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.components = new System.ComponentModel.Container();
  29. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  30. this.Search = new System.Windows.Forms.Button();
  31. this.pallecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  32. this.InOutDetailDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  33. this.cl_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.cl_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.cl_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.sc_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.cl_operate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.cl_result = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.cl_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.cl_man = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Sp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // Search
  47. //
  48. this.Search.Location = new System.Drawing.Point(197, 28);
  49. this.Search.Name = "Search";
  50. this.Search.Size = new System.Drawing.Size(68, 21);
  51. this.Search.TabIndex = 237;
  52. this.Search.Text = "查询";
  53. this.Search.UseVisualStyleBackColor = true;
  54. this.Search.Click += new System.EventHandler(this.Search_Click);
  55. //
  56. // pallecode
  57. //
  58. this.pallecode.BackColor = System.Drawing.Color.Transparent;
  59. this.pallecode.Location = new System.Drawing.Point(12, 28);
  60. this.pallecode.Name = "pallecode";
  61. this.pallecode.PlaceHolder = "sn/箱搜索";
  62. this.pallecode.Size = new System.Drawing.Size(159, 28);
  63. this.pallecode.TabIndex = 236;
  64. this.pallecode.UserControlOnKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnKeyDown(this.pallecode_UserControlOnKeyDown);
  65. //
  66. // InOutDetailDGV
  67. //
  68. this.InOutDetailDGV.AllowUserToAddRows = false;
  69. this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  70. this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  71. this.cl_sncode,
  72. this.cl_linecode,
  73. this.cl_makecode,
  74. this.sc_stepname,
  75. this.cl_operate,
  76. this.cl_result,
  77. this.cl_date,
  78. this.cl_man,
  79. this.Sp});
  80. this.InOutDetailDGV.EnableContentClick = true;
  81. this.InOutDetailDGV.Location = new System.Drawing.Point(11, 78);
  82. this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
  83. this.InOutDetailDGV.Name = "InOutDetailDGV";
  84. this.InOutDetailDGV.RowTemplate.Height = 27;
  85. this.InOutDetailDGV.Size = new System.Drawing.Size(665, 385);
  86. this.InOutDetailDGV.TabIndex = 219;
  87. //
  88. // cl_sncode
  89. //
  90. this.cl_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  91. this.cl_sncode.DataPropertyName = "cl_sncode";
  92. this.cl_sncode.HeaderText = "SN/箱号";
  93. this.cl_sncode.Name = "cl_sncode";
  94. this.cl_sncode.ReadOnly = true;
  95. //
  96. // cl_linecode
  97. //
  98. this.cl_linecode.DataPropertyName = "cl_linecode";
  99. this.cl_linecode.HeaderText = "线体";
  100. this.cl_linecode.Name = "cl_linecode";
  101. this.cl_linecode.Width = 70;
  102. //
  103. // cl_makecode
  104. //
  105. this.cl_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  106. this.cl_makecode.DataPropertyName = "cl_makecode";
  107. this.cl_makecode.HeaderText = "工单";
  108. this.cl_makecode.Name = "cl_makecode";
  109. this.cl_makecode.ReadOnly = true;
  110. //
  111. // sc_stepname
  112. //
  113. this.sc_stepname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  114. this.sc_stepname.DataPropertyName = "sc_stepname";
  115. this.sc_stepname.HeaderText = "工序";
  116. this.sc_stepname.Name = "sc_stepname";
  117. this.sc_stepname.ReadOnly = true;
  118. //
  119. // cl_operate
  120. //
  121. this.cl_operate.DataPropertyName = "cl_operate";
  122. this.cl_operate.HeaderText = "操作";
  123. this.cl_operate.Name = "cl_operate";
  124. this.cl_operate.Width = 70;
  125. //
  126. // cl_result
  127. //
  128. this.cl_result.DataPropertyName = "cl_result";
  129. this.cl_result.HeaderText = "操作结果";
  130. this.cl_result.Name = "cl_result";
  131. this.cl_result.ReadOnly = true;
  132. this.cl_result.Width = 150;
  133. //
  134. // cl_date
  135. //
  136. this.cl_date.DataPropertyName = "cl_date";
  137. this.cl_date.HeaderText = "日期";
  138. this.cl_date.Name = "cl_date";
  139. this.cl_date.ReadOnly = true;
  140. //
  141. // cl_man
  142. //
  143. this.cl_man.DataPropertyName = "cl_man";
  144. this.cl_man.HeaderText = "操作人";
  145. this.cl_man.Name = "cl_man";
  146. this.cl_man.Width = 70;
  147. //
  148. // Sp
  149. //
  150. this.Sp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  151. this.Sp.HeaderText = " ";
  152. this.Sp.MinimumWidth = 2;
  153. this.Sp.Name = "Sp";
  154. this.Sp.Width = 2;
  155. //
  156. // Query_Commandlog
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.ClientSize = new System.Drawing.Size(700, 499);
  161. this.Controls.Add(this.Search);
  162. this.Controls.Add(this.pallecode);
  163. this.Controls.Add(this.InOutDetailDGV);
  164. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  165. this.Name = "Query_Commandlog";
  166. this.Tag = "Query!Commandlog";
  167. this.Text = "操作日志查询";
  168. this.Load += new System.EventHandler(this.Warehouse_ProductMakeIn_Load);
  169. this.SizeChanged += new System.EventHandler(this.Warehouse_ProductMakeIn_SizeChanged);
  170. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  176. private System.Windows.Forms.BindingSource bindingSource1;
  177. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode;
  178. private System.Windows.Forms.Button Search;
  179. private System.Windows.Forms.DataGridViewTextBoxColumn cl_sncode;
  180. private System.Windows.Forms.DataGridViewTextBoxColumn cl_linecode;
  181. private System.Windows.Forms.DataGridViewTextBoxColumn cl_makecode;
  182. private System.Windows.Forms.DataGridViewTextBoxColumn sc_stepname;
  183. private System.Windows.Forms.DataGridViewTextBoxColumn cl_operate;
  184. private System.Windows.Forms.DataGridViewTextBoxColumn cl_result;
  185. private System.Windows.Forms.DataGridViewTextBoxColumn cl_date;
  186. private System.Windows.Forms.DataGridViewTextBoxColumn cl_man;
  187. private System.Windows.Forms.DataGridViewTextBoxColumn Sp;
  188. }
  189. }