You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

220 lines
12 KiB

3 years ago
namespace Stone.WinModule.JISAdmin
{
partial class frmEdiPlan
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.btnQuery = new System.Windows.Forms.Button();
this.dgrdView1 = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.btnSet = new System.Windows.Forms.Button();
this.btnOutPut = new System.Windows.Forms.Button();
this.txtPackageGroupName = new System.Windows.Forms.ComboBox();
this.lblShow = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(168, 22);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(122, 29);
this.dateTimePicker2.TabIndex = 10;
//
// btnQuery
//
this.btnQuery.BackColor = System.Drawing.Color.Green;
this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnQuery.ForeColor = System.Drawing.Color.White;
this.btnQuery.Location = new System.Drawing.Point(306, 19);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(114, 37);
this.btnQuery.TabIndex = 11;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = false;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// dgrdView1
//
this.dgrdView1.AllowUserToAddRows = false;
this.dgrdView1.AllowUserToOrderColumns = true;
this.dgrdView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgrdView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgrdView1.DefaultCellStyle = dataGridViewCellStyle8;
this.dgrdView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView1.Location = new System.Drawing.Point(0, 70);
this.dgrdView1.Name = "dgrdView1";
this.dgrdView1.ReadOnly = true;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgrdView1.RowTemplate.Height = 23;
this.dgrdView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView1.Size = new System.Drawing.Size(972, 420);
this.dgrdView1.TabIndex = 13;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.btnSet);
this.panel1.Controls.Add(this.btnOutPut);
this.panel1.Controls.Add(this.txtPackageGroupName);
this.panel1.Controls.Add(this.dateTimePicker2);
this.panel1.Controls.Add(this.btnQuery);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(972, 70);
this.panel1.TabIndex = 12;
//
// btnSet
//
this.btnSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSet.Location = new System.Drawing.Point(726, 18);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(114, 37);
this.btnSet.TabIndex = 18;
this.btnSet.Text = "设置";
this.btnSet.UseVisualStyleBackColor = true;
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
//
// btnOutPut
//
this.btnOutPut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOutPut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOutPut.Location = new System.Drawing.Point(846, 18);
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(114, 37);
this.btnOutPut.TabIndex = 13;
this.btnOutPut.Text = "导出";
this.btnOutPut.UseVisualStyleBackColor = true;
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
//
// txtPackageGroupName
//
this.txtPackageGroupName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtPackageGroupName.Font = new System.Drawing.Font("宋体", 14F);
this.txtPackageGroupName.FormattingEnabled = true;
this.txtPackageGroupName.Location = new System.Drawing.Point(13, 23);
this.txtPackageGroupName.Name = "txtPackageGroupName";
this.txtPackageGroupName.Size = new System.Drawing.Size(149, 27);
this.txtPackageGroupName.TabIndex = 25;
//
// lblShow
//
this.lblShow.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblShow.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblShow.Location = new System.Drawing.Point(0, 490);
this.lblShow.Name = "lblShow";
this.lblShow.Size = new System.Drawing.Size(972, 23);
this.lblShow.TabIndex = 14;
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.Color.Red;
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(515, 19);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(114, 37);
this.btnOK.TabIndex = 26;
this.btnOK.Text = "确定计划";
this.btnOK.UseVisualStyleBackColor = false;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// frmEdiPlan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(972, 513);
this.Controls.Add(this.dgrdView1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lblShow);
this.Name = "frmEdiPlan";
this.TabText = "JIS-计划发布";
this.Text = "JIS-计划发布";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEdiPrintAssemble_FormClosing);
this.Load += new System.EventHandler(this.frmEdiPrintAssemble_Load);
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.Label lblState;
public System.Windows.Forms.DataGridView dgrdView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.RadioButton rbType5;
private System.Windows.Forms.RadioButton rbType4;
private System.Windows.Forms.RadioButton rbType3;
private System.Windows.Forms.RadioButton rbType1;
private System.Windows.Forms.RadioButton rbType2;
private System.Windows.Forms.Button btnSet;
private System.Windows.Forms.Button btnOutPut;
private System.Windows.Forms.Label lblShow;
private System.Windows.Forms.ComboBox txtPackageGroupName;
private System.Windows.Forms.Button btnOK;
}
}