namespace Stone.WinModule.JISData { partial class frmTodNowProduct { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTodNowProduct)); this.dgrdView = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.btnOut = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // dgrdView // this.dgrdView.AllowUserToAddRows = false; this.dgrdView.AllowUserToOrderColumns = true; this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill; this.dgrdView.Location = new System.Drawing.Point(0, 0); this.dgrdView.MultiSelect = false; this.dgrdView.Name = "dgrdView"; this.dgrdView.ReadOnly = true; this.dgrdView.RowTemplate.Height = 23; this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgrdView.Size = new System.Drawing.Size(480, 458); this.dgrdView.TabIndex = 11; // // panel1 // this.panel1.Controls.Add(this.btnClose); this.panel1.Controls.Add(this.btnOut); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 458); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(480, 59); this.panel1.TabIndex = 10; // // btnClose // this.btnClose.Location = new System.Drawing.Point(282, 20); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 1; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOut // this.btnOut.Location = new System.Drawing.Point(13, 20); this.btnOut.Name = "btnOut"; this.btnOut.Size = new System.Drawing.Size(75, 23); this.btnOut.TabIndex = 0; this.btnOut.Text = "导出"; this.btnOut.UseVisualStyleBackColor = true; this.btnOut.Click += new System.EventHandler(this.btnOut_Click); // // frmTodNowProduct // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(480, 517); this.Controls.Add(this.dgrdView); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmTodNowProduct"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "未维护的零件号"; ((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion public System.Windows.Forms.DataGridView dgrdView; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnOut; } }