| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_LoadMake
- {
- /// <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_LoadMake));
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- this.searchTextBox1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.UpLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.DownLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // 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(131, 15);
- this.ma_code.Margin = new System.Windows.Forms.Padding(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 = 213;
- this.ma_code.TableName = null;
- this.ma_code.Tag = "msl_makecode";
- this.ma_code.TextBoxEnable = true;
- //
- // 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(19, 15);
- 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 = 212;
- this.ms_makecode_label.Text = "工单号";
- //
- // searchTextBox1
- //
- this.searchTextBox1.AllPower = "IFALL";
- this.searchTextBox1.Caller = null;
- this.searchTextBox1.Condition = null;
- this.searchTextBox1.DBTitle = "";
- this.searchTextBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.searchTextBox1.FormName = null;
- this.searchTextBox1.Location = new System.Drawing.Point(565, 15);
- this.searchTextBox1.Margin = new System.Windows.Forms.Padding(6);
- this.searchTextBox1.Name = "searchTextBox1";
- this.searchTextBox1.Power = "";
- this.searchTextBox1.ReturnData = null;
- this.searchTextBox1.SelectField = null;
- this.searchTextBox1.SetValueField = null;
- this.searchTextBox1.Size = new System.Drawing.Size(282, 46);
- this.searchTextBox1.TabIndex = 215;
- this.searchTextBox1.TableName = null;
- this.searchTextBox1.Tag = "msl_makecode";
- this.searchTextBox1.TextBoxEnable = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(453, 15);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 41);
- this.label1.TabIndex = 214;
- this.label1.Text = "线别";
- //
- // UpLoadMake
- //
- this.UpLoadMake.AllPower = null;
- this.UpLoadMake.BackColor = System.Drawing.Color.Transparent;
- this.UpLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.DownImage")));
- this.UpLoadMake.Image = null;
- this.UpLoadMake.IsShowBorder = true;
- this.UpLoadMake.Location = new System.Drawing.Point(902, 11);
- this.UpLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.UpLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.MoveImage")));
- this.UpLoadMake.Name = "UpLoadMake";
- this.UpLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.NormalImage")));
- this.UpLoadMake.Power = null;
- this.UpLoadMake.Size = new System.Drawing.Size(112, 45);
- this.UpLoadMake.TabIndex = 216;
- this.UpLoadMake.Text = "上线";
- this.UpLoadMake.UseVisualStyleBackColor = false;
- this.UpLoadMake.Click += new System.EventHandler(this.UpLoadMake_Click);
- //
- // DownLoadMake
- //
- this.DownLoadMake.AllPower = null;
- this.DownLoadMake.BackColor = System.Drawing.Color.Transparent;
- this.DownLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.DownImage")));
- this.DownLoadMake.Image = null;
- this.DownLoadMake.IsShowBorder = true;
- this.DownLoadMake.Location = new System.Drawing.Point(1060, 11);
- this.DownLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.DownLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.MoveImage")));
- this.DownLoadMake.Name = "DownLoadMake";
- this.DownLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.NormalImage")));
- this.DownLoadMake.Power = null;
- this.DownLoadMake.Size = new System.Drawing.Size(112, 45);
- this.DownLoadMake.TabIndex = 217;
- this.DownLoadMake.Text = "下线";
- this.DownLoadMake.UseVisualStyleBackColor = false;
- this.DownLoadMake.Click += new System.EventHandler(this.DownLoadMake_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(26, 79);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 82;
- this.dataGridView1.RowTemplate.Height = 37;
- this.dataGridView1.Size = new System.Drawing.Size(1437, 971);
- this.dataGridView1.TabIndex = 218;
- //
- // Query_LoadMake
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1494, 1075);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.DownLoadMake);
- this.Controls.Add(this.UpLoadMake);
- this.Controls.Add(this.searchTextBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ms_makecode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "Query_LoadMake";
- this.Tag = "Query!SpecialReport";
- this.Text = "Query_SpecialReport";
- this.Load += new System.EventHandler(this.Query_LoadMake_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
- private System.Windows.Forms.Label ms_makecode_label;
- private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
- private System.Windows.Forms.Label label1;
- private CustomControl.ButtonUtil.NormalButton UpLoadMake;
- private CustomControl.ButtonUtil.NormalButton DownLoadMake;
- private System.Windows.Forms.DataGridView dataGridView1;
- }
- }
|