123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_GetSNLog
- {
- /// <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_GetSNLog));
- this.Pallet_label = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SNCODE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.TestResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // Pallet_label
- //
- this.Pallet_label.AutoSize = true;
- this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Pallet_label.Location = new System.Drawing.Point(18, 131);
- this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.Pallet_label.Name = "Pallet_label";
- this.Pallet_label.Size = new System.Drawing.Size(48, 21);
- this.Pallet_label.TabIndex = 1;
- this.Pallet_label.Text = "SN号";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(267, 207);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 4;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Visible = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // OperatResult
- //
- this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperatResult.Location = new System.Drawing.Point(378, 60);
- this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
- this.OperatResult.Name = "OperatResult";
- this.OperatResult.Size = new System.Drawing.Size(204, 310);
- this.OperatResult.TabIndex = 3;
- this.OperatResult.Text = "";
- //
- // SNCODE
- //
- this.SNCODE.AllPower = null;
- this.SNCODE.BackColor = System.Drawing.Color.White;
- this.SNCODE.ID = null;
- this.SNCODE.Location = new System.Drawing.Point(91, 133);
- this.SNCODE.Margin = new System.Windows.Forms.Padding(2);
- this.SNCODE.Name = "SNCODE";
- this.SNCODE.Power = null;
- this.SNCODE.Size = new System.Drawing.Size(148, 21);
- this.SNCODE.Str = null;
- this.SNCODE.Str1 = null;
- this.SNCODE.Str2 = null;
- this.SNCODE.TabIndex = 2;
- //
- // Split
- //
- this.Split.AllPower = null;
- this.Split.BackColor = System.Drawing.Color.Transparent;
- this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
- this.Split.Image = null;
- this.Split.IsShowBorder = true;
- this.Split.Location = new System.Drawing.Point(267, 133);
- this.Split.Margin = new System.Windows.Forms.Padding(2);
- this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
- this.Split.Name = "Split";
- this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
- this.Split.Power = null;
- this.Split.Size = new System.Drawing.Size(56, 22);
- this.Split.TabIndex = 0;
- this.Split.Text = "获取";
- this.Split.UseVisualStyleBackColor = false;
- this.Split.Click += new System.EventHandler(this.Split_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.TestResult});
- this.dataGridView1.Location = new System.Drawing.Point(22, 299);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(341, 201);
- this.dataGridView1.TabIndex = 5;
- this.dataGridView1.Visible = false;
- //
- // TestResult
- //
- this.TestResult.DataPropertyName = "TestResult";
- this.TestResult.HeaderText = "TestResult";
- this.TestResult.Name = "TestResult";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(41, 207);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 6;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Visible = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // Special_GetSNLog
- //
- 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.button2);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.OperatResult);
- this.Controls.Add(this.SNCODE);
- this.Controls.Add(this.Pallet_label);
- this.Controls.Add(this.Split);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Special_GetSNLog";
- this.Tag = "Special!GetSNLog";
- this.Text = "获取LOG文件";
- this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton Split;
- private System.Windows.Forms.Label Pallet_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox SNCODE;
- private CustomControl.RichText.RichTextAutoBottom OperatResult;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.DataGridViewTextBoxColumn TestResult;
- }
- }
|