|
@@ -0,0 +1,231 @@
|
|
|
+namespace UAS_MES_NEW.Query
|
|
|
+{
|
|
|
+ partial class Query_MakeInfo
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_MakeInfo));
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.SnInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_qty = new System.Windows.Forms.Label();
|
|
|
+ this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ms_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ms_stepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ms_nextstepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // ms_makecode_label
|
|
|
+ //
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(6, 38);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.ms_makecode_label.TabIndex = 198;
|
|
|
+ this.ms_makecode_label.Text = "工单号";
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = "IFALL";
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = "";
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(118, 38);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = "";
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(282, 46);
|
|
|
+ this.ma_code.TabIndex = 211;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "makecode";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // Query
|
|
|
+ //
|
|
|
+ this.Query.AllPower = null;
|
|
|
+ this.Query.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
|
|
|
+ this.Query.Image = null;
|
|
|
+ this.Query.IsShowBorder = true;
|
|
|
+ this.Query.Location = new System.Drawing.Point(1734, 38);
|
|
|
+ this.Query.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
|
|
|
+ this.Query.Name = "Query";
|
|
|
+ this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
|
|
|
+ this.Query.Power = null;
|
|
|
+ this.Query.Size = new System.Drawing.Size(112, 45);
|
|
|
+ this.Query.TabIndex = 206;
|
|
|
+ this.Query.Text = "查询";
|
|
|
+ this.Query.UseVisualStyleBackColor = false;
|
|
|
+ this.Query.Click += new System.EventHandler(this.Query_Click);
|
|
|
+ //
|
|
|
+ // SnInf
|
|
|
+ //
|
|
|
+ this.SnInf.AllowUserToAddRows = false;
|
|
|
+ this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.ms_sncode,
|
|
|
+ this.status,
|
|
|
+ this.ms_linecode,
|
|
|
+ this.ms_stepcode1,
|
|
|
+ this.ms_nextstepcode1,
|
|
|
+ this.Column5});
|
|
|
+ this.SnInf.EnableContentClick = true;
|
|
|
+ this.SnInf.Location = new System.Drawing.Point(0, 112);
|
|
|
+ this.SnInf.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.SnInf.Name = "SnInf";
|
|
|
+ this.SnInf.RowHeadersWidth = 82;
|
|
|
+ this.SnInf.RowTemplate.Height = 23;
|
|
|
+ this.SnInf.Size = new System.Drawing.Size(1892, 944);
|
|
|
+ this.SnInf.TabIndex = 203;
|
|
|
+ //
|
|
|
+ // ma_qty_label
|
|
|
+ //
|
|
|
+ this.ma_qty_label.AutoSize = true;
|
|
|
+ this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_qty_label.Location = new System.Drawing.Point(6, 1062);
|
|
|
+ this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_qty_label.Name = "ma_qty_label";
|
|
|
+ this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ma_qty_label.TabIndex = 214;
|
|
|
+ this.ma_qty_label.Text = "工单数量";
|
|
|
+ //
|
|
|
+ // ma_qty
|
|
|
+ //
|
|
|
+ this.ma_qty.AutoSize = true;
|
|
|
+ this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_qty.Location = new System.Drawing.Point(156, 1062);
|
|
|
+ this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_qty.Name = "ma_qty";
|
|
|
+ this.ma_qty.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_qty.TabIndex = 215;
|
|
|
+ //
|
|
|
+ // ms_sncode
|
|
|
+ //
|
|
|
+ this.ms_sncode.DataPropertyName = "ma_code";
|
|
|
+ this.ms_sncode.HeaderText = "工单号";
|
|
|
+ this.ms_sncode.MinimumWidth = 10;
|
|
|
+ this.ms_sncode.Name = "ms_sncode";
|
|
|
+ this.ms_sncode.Width = 200;
|
|
|
+ //
|
|
|
+ // status
|
|
|
+ //
|
|
|
+ this.status.DataPropertyName = "ma_status";
|
|
|
+ this.status.HeaderText = "工单状态";
|
|
|
+ this.status.MinimumWidth = 10;
|
|
|
+ this.status.Name = "status";
|
|
|
+ this.status.ReadOnly = true;
|
|
|
+ this.status.Width = 200;
|
|
|
+ //
|
|
|
+ // ms_linecode
|
|
|
+ //
|
|
|
+ this.ms_linecode.DataPropertyName = "ms_linecode";
|
|
|
+ this.ms_linecode.HeaderText = "线别";
|
|
|
+ this.ms_linecode.MinimumWidth = 10;
|
|
|
+ this.ms_linecode.Name = "ms_linecode";
|
|
|
+ this.ms_linecode.Width = 200;
|
|
|
+ //
|
|
|
+ // ms_stepcode1
|
|
|
+ //
|
|
|
+ this.ms_stepcode1.DataPropertyName = "ms_stepcode";
|
|
|
+ this.ms_stepcode1.HeaderText = "当前工序";
|
|
|
+ this.ms_stepcode1.MinimumWidth = 10;
|
|
|
+ this.ms_stepcode1.Name = "ms_stepcode1";
|
|
|
+ this.ms_stepcode1.ReadOnly = true;
|
|
|
+ this.ms_stepcode1.Width = 200;
|
|
|
+ //
|
|
|
+ // ms_nextstepcode1
|
|
|
+ //
|
|
|
+ this.ms_nextstepcode1.DataPropertyName = "ms_nextstepcode";
|
|
|
+ this.ms_nextstepcode1.HeaderText = "下一工序";
|
|
|
+ this.ms_nextstepcode1.MinimumWidth = 10;
|
|
|
+ this.ms_nextstepcode1.Name = "ms_nextstepcode1";
|
|
|
+ this.ms_nextstepcode1.ReadOnly = true;
|
|
|
+ this.ms_nextstepcode1.Width = 200;
|
|
|
+ //
|
|
|
+ // Column5
|
|
|
+ //
|
|
|
+ this.Column5.DataPropertyName = "ms_craftcode";
|
|
|
+ this.Column5.HeaderText = "当前途程";
|
|
|
+ this.Column5.MinimumWidth = 10;
|
|
|
+ this.Column5.Name = "Column5";
|
|
|
+ this.Column5.ReadOnly = true;
|
|
|
+ this.Column5.Width = 200;
|
|
|
+ //
|
|
|
+ // Query_MakeInfo
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1892, 1110);
|
|
|
+ this.Controls.Add(this.ma_qty);
|
|
|
+ this.Controls.Add(this.ma_qty_label);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.Query);
|
|
|
+ this.Controls.Add(this.SnInf);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Name = "Query_MakeInfo";
|
|
|
+ this.Tag = "Query!OnlineTraceBack";
|
|
|
+ this.Text = " ";
|
|
|
+ this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Query;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label ma_qty_label;
|
|
|
+ private System.Windows.Forms.Label ma_qty;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn status;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ms_linecode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
+ }
|
|
|
+}
|