namespace Gs.DevApp.DevFrm.WOM
|
{
|
partial class Frm_MesDbck_Print_Select
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_MesDbck_Print_Select));
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(33, 25);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(12, 14);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = " ";
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(33, 22);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(84, 14);
|
this.labelControl2.TabIndex = 2;
|
this.labelControl2.Text = "请选择打印模版";
|
//
|
// btnCancel
|
//
|
this.btnCancel.Appearance.Options.UseFont = true;
|
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(219, 161);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(76, 29);
|
this.btnCancel.TabIndex = 240;
|
this.btnCancel.Text = "取消 (&C)";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// btnSave
|
//
|
this.btnSave.Appearance.Options.UseFont = true;
|
this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
|
this.btnSave.Location = new System.Drawing.Point(127, 161);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(76, 29);
|
this.btnSave.TabIndex = 239;
|
this.btnSave.Text = "直接打印";
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
//
|
// radioGroup1
|
//
|
this.radioGroup1.EditValue = "0";
|
this.radioGroup1.Location = new System.Drawing.Point(33, 56);
|
this.radioGroup1.Name = "radioGroup1";
|
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "直接调拨单"),
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "调拨用料清单")});
|
this.radioGroup1.Size = new System.Drawing.Size(255, 64);
|
this.radioGroup1.TabIndex = 3;
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Appearance.Options.UseFont = true;
|
this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.simpleButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
|
this.simpleButton1.Location = new System.Drawing.Point(33, 161);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(76, 29);
|
this.simpleButton1.TabIndex = 241;
|
this.simpleButton1.Text = "预览打印";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// Frm_MesDbck_Print_Select
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(317, 212);
|
this.Controls.Add(this.simpleButton1);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnSave);
|
this.Controls.Add(this.radioGroup1);
|
this.Controls.Add(this.labelControl2);
|
this.Controls.Add(this.labelControl1);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "Frm_MesDbck_Print_Select";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "请需要打印参数";
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.RadioGroup radioGroup1;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
}
|
}
|