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.
228 lines
13 KiB
228 lines
13 KiB
3 years ago
|
namespace Stone.WinModule.BasicData
|
||
|
{
|
||
|
partial class frmCallOff
|
||
|
{
|
||
|
/// <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 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();
|
||
|
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.txtOrderNumber = new System.Windows.Forms.TextBox();
|
||
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||
|
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();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// dateTimePicker2
|
||
|
//
|
||
|
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
|
||
|
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(333, 24);
|
||
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
||
|
this.dateTimePicker2.Size = new System.Drawing.Size(196, 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(678, 20);
|
||
|
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;
|
||
|
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.dgrdView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.dgrdView1.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.dgrdView1.DefaultCellStyle = dataGridViewCellStyle2;
|
||
|
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;
|
||
|
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.dgrdView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||
|
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.txtOrderNumber);
|
||
|
this.panel1.Controls.Add(this.dateTimePicker1);
|
||
|
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;
|
||
|
//
|
||
|
// txtOrderNumber
|
||
|
//
|
||
|
this.txtOrderNumber.Location = new System.Drawing.Point(537, 22);
|
||
|
this.txtOrderNumber.Name = "txtOrderNumber";
|
||
|
this.txtOrderNumber.Size = new System.Drawing.Size(135, 33);
|
||
|
this.txtOrderNumber.TabIndex = 27;
|
||
|
//
|
||
|
// dateTimePicker1
|
||
|
//
|
||
|
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
|
||
|
this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dateTimePicker1.Location = new System.Drawing.Point(121, 24);
|
||
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
||
|
this.dateTimePicker1.Size = new System.Drawing.Size(206, 29);
|
||
|
this.dateTimePicker1.TabIndex = 26;
|
||
|
//
|
||
|
// 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(816, 20);
|
||
|
this.btnSet.Name = "btnSet";
|
||
|
this.btnSet.Size = new System.Drawing.Size(69, 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(891, 20);
|
||
|
this.btnOutPut.Name = "btnOutPut";
|
||
|
this.btnOutPut.Size = new System.Drawing.Size(69, 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, 25);
|
||
|
this.txtPackageGroupName.Name = "txtPackageGroupName";
|
||
|
this.txtPackageGroupName.Size = new System.Drawing.Size(102, 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;
|
||
|
//
|
||
|
// frmCallOff
|
||
|
//
|
||
|
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 = "frmCallOff";
|
||
|
this.TabText = "Call-Off数据";
|
||
|
this.Text = "Call-Off数据";
|
||
|
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.panel1.PerformLayout();
|
||
|
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.DateTimePicker dateTimePicker1;
|
||
|
private System.Windows.Forms.TextBox txtOrderNumber;
|
||
|
}
|
||
|
}
|