123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_SmtLocation
- {
- /// <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(Special_SmtLocation));
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.LabelDataGridView = new System.Windows.Forms.DataGridView();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Layer = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IMEI2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BT = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WIFI = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.valueLabel1 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.normalButton3 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(151, 24);
- this.textBox1.Name = "textBox1";
- this.textBox1.ReadOnly = true;
- this.textBox1.Size = new System.Drawing.Size(276, 21);
- this.textBox1.TabIndex = 168;
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- this.openFileDialog1.Filter = "(*.xls)|*.xls";
- //
- // LabelDataGridView
- //
- this.LabelDataGridView.AllowUserToAddRows = false;
- this.LabelDataGridView.AllowUserToResizeRows = false;
- this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
- this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.SN,
- this.Layer,
- this.IMEI2,
- this.BT,
- this.WIFI});
- this.LabelDataGridView.Location = new System.Drawing.Point(5, 108);
- this.LabelDataGridView.Name = "LabelDataGridView";
- this.LabelDataGridView.RowHeadersVisible = false;
- this.LabelDataGridView.RowTemplate.Height = 23;
- this.LabelDataGridView.Size = new System.Drawing.Size(675, 332);
- this.LabelDataGridView.TabIndex = 189;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "RefDes";
- this.dataGridViewTextBoxColumn1.HeaderText = "上料工单号";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Layer";
- this.dataGridViewTextBoxColumn2.HeaderText = "子件名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "IMEI2";
- this.dataGridViewTextBoxColumn3.HeaderText = "IMEI2";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "BT";
- this.dataGridViewTextBoxColumn4.HeaderText = "BT";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "WIFI";
- this.dataGridViewTextBoxColumn5.HeaderText = "WIFI";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- //
- // SN
- //
- this.SN.DataPropertyName = "SN";
- this.SN.HeaderText = "SN";
- this.SN.Name = "SN";
- //
- // Layer
- //
- this.Layer.DataPropertyName = "IMEI1";
- this.Layer.HeaderText = "IMEI1";
- this.Layer.Name = "Layer";
- //
- // IMEI2
- //
- this.IMEI2.DataPropertyName = "IMEI2";
- this.IMEI2.HeaderText = "IMEI2";
- this.IMEI2.Name = "IMEI2";
- //
- // BT
- //
- this.BT.DataPropertyName = "BT";
- this.BT.HeaderText = "BT";
- this.BT.Name = "BT";
- //
- // WIFI
- //
- this.WIFI.DataPropertyName = "WIFI";
- this.WIFI.HeaderText = "WIFI";
- this.WIFI.Name = "WIFI";
- //
- // valueLabel1
- //
- this.valueLabel1.AutoSize = true;
- this.valueLabel1.CutLength = null;
- this.valueLabel1.Location = new System.Drawing.Point(51, 32);
- this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
- this.valueLabel1.Name = "valueLabel1";
- this.valueLabel1.Size = new System.Drawing.Size(53, 12);
- this.valueLabel1.TabIndex = 169;
- this.valueLabel1.Text = "文件路径";
- //
- // normalButton3
- //
- this.normalButton3.AllPower = null;
- this.normalButton3.BackColor = System.Drawing.Color.Transparent;
- this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
- this.normalButton3.Image = null;
- this.normalButton3.IsShowBorder = true;
- this.normalButton3.Location = new System.Drawing.Point(53, 62);
- this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
- this.normalButton3.Name = "normalButton3";
- this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
- this.normalButton3.Power = null;
- this.normalButton3.Size = new System.Drawing.Size(75, 28);
- this.normalButton3.TabIndex = 167;
- this.normalButton3.Text = "确认生成";
- this.normalButton3.UseVisualStyleBackColor = false;
- this.normalButton3.Click += new System.EventHandler(this.normalButton3_Click);
- //
- // normalButton2
- //
- this.normalButton2.AllPower = null;
- this.normalButton2.BackColor = System.Drawing.Color.Transparent;
- this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
- this.normalButton2.Image = null;
- this.normalButton2.IsShowBorder = true;
- this.normalButton2.Location = new System.Drawing.Point(497, 19);
- this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
- this.normalButton2.Name = "normalButton2";
- this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
- this.normalButton2.Power = null;
- this.normalButton2.Size = new System.Drawing.Size(75, 28);
- this.normalButton2.TabIndex = 166;
- this.normalButton2.Text = "导入文件";
- this.normalButton2.UseVisualStyleBackColor = false;
- this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
- //
- // Special_SmtLocation
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(692, 527);
- this.Controls.Add(this.LabelDataGridView);
- this.Controls.Add(this.valueLabel1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.normalButton3);
- this.Controls.Add(this.normalButton2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Special_SmtLocation";
- this.Tag = "Special!SmtLocation";
- this.Text = "SN关联信息导入";
- this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
- ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ValueLabel.ValueLabel valueLabel1;
- private System.Windows.Forms.TextBox textBox1;
- private CustomControl.ButtonUtil.NormalButton normalButton3;
- private CustomControl.ButtonUtil.NormalButton normalButton2;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.DataGridView LabelDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.DataGridViewTextBoxColumn SN;
- private System.Windows.Forms.DataGridViewTextBoxColumn Layer;
- private System.Windows.Forms.DataGridViewTextBoxColumn IMEI2;
- private System.Windows.Forms.DataGridViewTextBoxColumn BT;
- private System.Windows.Forms.DataGridViewTextBoxColumn WIFI;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- }
- }
|