136 lines
6.0 KiB
C#
136 lines
6.0 KiB
C#
namespace Lskj.PubBill
|
|
{
|
|
partial class frmBackSelect
|
|
{
|
|
/// <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()
|
|
{
|
|
this.txtYj = new Lskj.MyControl.LabelTextarea();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.searchStep = new Lskj.MyControl.LabelComboxEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtYj
|
|
//
|
|
this.txtYj.DefaultString = null;
|
|
this.txtYj.LabelText = "返退意见";
|
|
this.txtYj.Location = new System.Drawing.Point(36, 48);
|
|
this.txtYj.Name = "txtYj";
|
|
this.txtYj.Size = new System.Drawing.Size(374, 153);
|
|
this.txtYj.TabIndex = 1;
|
|
this.txtYj.TipMsg = "";
|
|
this.txtYj.UnionFields = null;
|
|
this.txtYj.UnionValue = null;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.panel1);
|
|
this.panelControl1.Controls.Add(this.simpleButton2);
|
|
this.panelControl1.Controls.Add(this.simpleButton1);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 218);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(434, 56);
|
|
this.panelControl1.TabIndex = 2;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(434, 1);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Location = new System.Drawing.Point(233, 12);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(75, 29);
|
|
this.simpleButton2.TabIndex = 1;
|
|
this.simpleButton2.Text = "取消";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(141, 12);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(75, 29);
|
|
this.simpleButton1.TabIndex = 0;
|
|
this.simpleButton1.Text = "确定";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// searchStep
|
|
//
|
|
this.searchStep.DefaultString = null;
|
|
this.searchStep.LabelText = "选择返退步骤";
|
|
this.searchStep.Location = new System.Drawing.Point(12, 15);
|
|
this.searchStep.Name = "searchStep";
|
|
this.searchStep.Size = new System.Drawing.Size(398, 21);
|
|
this.searchStep.TabIndex = 3;
|
|
this.searchStep.TipMsg = null;
|
|
this.searchStep.UnionFields = null;
|
|
this.searchStep.UnionValue = null;
|
|
//
|
|
// frmBackSelect
|
|
//
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(434, 274);
|
|
this.Controls.Add(this.searchStep);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.txtYj);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmBackSelect";
|
|
this.Text = "选择返退步骤";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MyControl.LabelTextarea txtYj;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private MyControl.LabelComboxEx searchStep;
|
|
}
|
|
} |