123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- 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.RefDes = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Layer = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.valueLabel2 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- 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();
- this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(183, 112);
- 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.RefDes,
- this.Layer});
- this.LabelDataGridView.Location = new System.Drawing.Point(5, 207);
- this.LabelDataGridView.Name = "LabelDataGridView";
- this.LabelDataGridView.RowHeadersVisible = false;
- this.LabelDataGridView.RowTemplate.Height = 23;
- this.LabelDataGridView.Size = new System.Drawing.Size(675, 233);
- this.LabelDataGridView.TabIndex = 189;
- //
- // RefDes
- //
- this.RefDes.DataPropertyName = "RefDes";
- this.RefDes.HeaderText = "RefDes";
- this.RefDes.Name = "RefDes";
- //
- // Layer
- //
- this.Layer.DataPropertyName = "Layer";
- this.Layer.HeaderText = "Layer";
- this.Layer.Name = "Layer";
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "RefDes";
- this.dataGridViewTextBoxColumn1.HeaderText = "上料工单号";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Layer";
- this.dataGridViewTextBoxColumn2.HeaderText = "子件名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // valueLabel2
- //
- this.valueLabel2.AutoSize = true;
- this.valueLabel2.CutLength = null;
- this.valueLabel2.Location = new System.Drawing.Point(84, 59);
- this.valueLabel2.MaximumSize = new System.Drawing.Size(200, 0);
- this.valueLabel2.Name = "valueLabel2";
- this.valueLabel2.Size = new System.Drawing.Size(53, 12);
- this.valueLabel2.TabIndex = 170;
- this.valueLabel2.Text = "物料编号";
- //
- // valueLabel1
- //
- this.valueLabel1.AutoSize = true;
- this.valueLabel1.CutLength = null;
- this.valueLabel1.Location = new System.Drawing.Point(84, 112);
- this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
- this.valueLabel1.Name = "valueLabel1";
- this.valueLabel1.Size = new System.Drawing.Size(65, 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(86, 158);
- 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(513, 112);
- 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);
- //
- // pr_code
- //
- this.pr_code.AllPower = null;
- this.pr_code.Caller = null;
- this.pr_code.Condition = null;
- this.pr_code.DBTitle = "产品编号查询";
- this.pr_code.FormName = null;
- this.pr_code.Location = new System.Drawing.Point(183, 50);
- this.pr_code.Name = "pr_code";
- this.pr_code.Power = null;
- this.pr_code.ReturnData = null;
- this.pr_code.SelectField = null;
- this.pr_code.SetValueField = null;
- this.pr_code.Size = new System.Drawing.Size(160, 21);
- this.pr_code.TabIndex = 165;
- this.pr_code.TableName = null;
- this.pr_code.Tag = "pr_code";
- this.pr_code.TextBoxEnable = true;
- //
- // 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.valueLabel2);
- this.Controls.Add(this.valueLabel1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.normalButton3);
- this.Controls.Add(this.normalButton2);
- this.Controls.Add(this.pr_code);
- 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 = "排位图模板生成";
- 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 CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
- private CustomControl.ValueLabel.ValueLabel valueLabel2;
- 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 RefDes;
- private System.Windows.Forms.DataGridViewTextBoxColumn Layer;
- }
- }
|