| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- namespace FileWatcher
- {
- partial class Form4
- {
- /// <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()
- {
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.StartWatch = new System.Windows.Forms.Button();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.料号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.物料规格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(250, 59);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(0, 24);
- this.label2.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(125, 109);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(106, 24);
- this.label1.TabIndex = 1;
- this.label1.Text = "单据编号";
- //
- // StartWatch
- //
- this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.StartWatch.Location = new System.Drawing.Point(290, 686);
- this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.StartWatch.Name = "StartWatch";
- this.StartWatch.Size = new System.Drawing.Size(128, 56);
- this.StartWatch.TabIndex = 17;
- this.StartWatch.Text = "保存";
- this.StartWatch.UseVisualStyleBackColor = true;
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.料号,
- this.物料名称,
- this.物料规格});
- this.dataGridView1.Location = new System.Drawing.Point(129, 176);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 82;
- this.dataGridView1.RowTemplate.Height = 37;
- this.dataGridView1.Size = new System.Drawing.Size(489, 150);
- this.dataGridView1.TabIndex = 21;
- //
- // Column1
- //
- this.Column1.HeaderText = "勾选";
- this.Column1.MinimumWidth = 10;
- this.Column1.Name = "Column1";
- this.Column1.Width = 200;
- //
- // 料号
- //
- this.料号.HeaderText = "料号";
- this.料号.MinimumWidth = 10;
- this.料号.Name = "料号";
- this.料号.Width = 200;
- //
- // 物料名称
- //
- this.物料名称.HeaderText = "名称";
- this.物料名称.MinimumWidth = 10;
- this.物料名称.Name = "物料名称";
- this.物料名称.Width = 200;
- //
- // 物料规格
- //
- this.物料规格.HeaderText = "规格";
- this.物料规格.MinimumWidth = 10;
- this.物料规格.Name = "物料规格";
- this.物料规格.Width = 200;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(254, 498);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(334, 35);
- this.textBox1.TabIndex = 22;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(130, 501);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(82, 24);
- this.label3.TabIndex = 23;
- this.label3.Text = "机台号";
- //
- // Form4
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1419, 820);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.StartWatch);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "Form4";
- this.Text = "Form4";
- this.Load += new System.EventHandler(this.Form4_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button StartWatch;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 料号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称;
- private System.Windows.Forms.DataGridViewTextBoxColumn 物料规格;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label3;
- }
- }
|