namespace Stone.WinModule.ProductionPlan { partial class frmPlanRelease { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPlanRelease)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tlbOutPut = new System.Windows.Forms.ToolStripButton(); this.btnSerach = new System.Windows.Forms.Button(); this.txtD2 = new System.Windows.Forms.DateTimePicker(); this.txtD1 = new System.Windows.Forms.DateTimePicker(); this.dgrdView = new System.Windows.Forms.DataGridView(); this.lblStateRecord = new System.Windows.Forms.Label(); this.tlbRelease = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dgrdLeft = new System.Windows.Forms.DataGridView(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdLeft)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tlbRelease, this.tlbOutPut}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.Size = new System.Drawing.Size(784, 39); this.toolStrip1.TabIndex = 15; this.toolStrip1.Text = "toolStrip1"; // // tlbOutPut // this.tlbOutPut.Image = ((System.Drawing.Image)(resources.GetObject("tlbOutPut.Image"))); this.tlbOutPut.ImageTransparentColor = System.Drawing.Color.Magenta; this.tlbOutPut.Name = "tlbOutPut"; this.tlbOutPut.Size = new System.Drawing.Size(68, 36); this.tlbOutPut.Text = "导出"; this.tlbOutPut.Click += new System.EventHandler(this.tlbOutPut_Click); // // btnSerach // this.btnSerach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSerach.Image = ((System.Drawing.Image)(resources.GetObject("btnSerach.Image"))); this.btnSerach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnSerach.Location = new System.Drawing.Point(697, 7); this.btnSerach.Name = "btnSerach"; this.btnSerach.Size = new System.Drawing.Size(75, 23); this.btnSerach.TabIndex = 25; this.btnSerach.Text = "搜索"; this.btnSerach.UseVisualStyleBackColor = true; this.btnSerach.Click += new System.EventHandler(this.btnSerach_Click); // // txtD2 // this.txtD2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtD2.Location = new System.Drawing.Point(594, 8); this.txtD2.Name = "txtD2"; this.txtD2.Size = new System.Drawing.Size(98, 21); this.txtD2.TabIndex = 27; // // txtD1 // this.txtD1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtD1.Location = new System.Drawing.Point(490, 8); this.txtD1.Name = "txtD1"; this.txtD1.Size = new System.Drawing.Size(98, 21); this.txtD1.TabIndex = 26; // // dgrdView // this.dgrdView.AllowUserToAddRows = false; this.dgrdView.AllowUserToOrderColumns = true; this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgrdView.DefaultCellStyle = dataGridViewCellStyle2; 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; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgrdView.RowTemplate.Height = 23; this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgrdView.Size = new System.Drawing.Size(519, 453); this.dgrdView.TabIndex = 29; // // lblStateRecord // this.lblStateRecord.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblStateRecord.Location = new System.Drawing.Point(0, 492); this.lblStateRecord.Name = "lblStateRecord"; this.lblStateRecord.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0); this.lblStateRecord.Size = new System.Drawing.Size(784, 24); this.lblStateRecord.TabIndex = 30; this.lblStateRecord.Text = "记录数:0"; this.lblStateRecord.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // tlbRelease // this.tlbRelease.Image = ((System.Drawing.Image)(resources.GetObject("tlbRelease.Image"))); this.tlbRelease.ImageTransparentColor = System.Drawing.Color.Magenta; this.tlbRelease.Name = "tlbRelease"; this.tlbRelease.Size = new System.Drawing.Size(68, 36); this.tlbRelease.Text = "发布"; this.tlbRelease.Click += new System.EventHandler(this.tlbRelease_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 39); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgrdLeft); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dgrdView); this.splitContainer1.Size = new System.Drawing.Size(784, 453); this.splitContainer1.SplitterDistance = 261; this.splitContainer1.TabIndex = 31; // // dgrdLeft // this.dgrdLeft.AllowUserToAddRows = false; this.dgrdLeft.AllowUserToOrderColumns = true; this.dgrdLeft.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdLeft.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgrdLeft.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgrdLeft.DefaultCellStyle = dataGridViewCellStyle5; this.dgrdLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.dgrdLeft.Location = new System.Drawing.Point(0, 0); this.dgrdLeft.MultiSelect = false; this.dgrdLeft.Name = "dgrdLeft"; this.dgrdLeft.ReadOnly = true; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdLeft.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgrdLeft.RowTemplate.Height = 23; this.dgrdLeft.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgrdLeft.Size = new System.Drawing.Size(261, 453); this.dgrdLeft.TabIndex = 30; this.dgrdLeft.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgrdLeft_CellDoubleClick); // // frmPlanRelease // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(784, 516); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.lblStateRecord); this.Controls.Add(this.btnSerach); this.Controls.Add(this.txtD2); this.Controls.Add(this.txtD1); this.Controls.Add(this.toolStrip1); this.Name = "frmPlanRelease"; this.TabText = "计划发布"; this.Text = "计划发布"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPlanRelease_FormClosing); this.Load += new System.EventHandler(this.frmPlanRelease_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgrdLeft)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.ToolStrip toolStrip1; public System.Windows.Forms.ToolStripButton tlbOutPut; public System.Windows.Forms.Button btnSerach; public System.Windows.Forms.DateTimePicker txtD2; public System.Windows.Forms.DateTimePicker txtD1; public System.Windows.Forms.DataGridView dgrdView; public System.Windows.Forms.Label lblStateRecord; public System.Windows.Forms.ToolStripButton tlbRelease; private System.Windows.Forms.SplitContainer splitContainer1; public System.Windows.Forms.DataGridView dgrdLeft; } }