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.
98 lines
3.9 KiB
98 lines
3.9 KiB
namespace PDAForm.Bill
|
|
{
|
|
partial class frmBillOpenBase
|
|
{
|
|
/// <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()
|
|
{
|
|
this.btnBillOpen = new System.Windows.Forms.Button();
|
|
this.btnExit = new System.Windows.Forms.Button();
|
|
this.dgShow = new System.Windows.Forms.DataGrid();
|
|
this.lblState = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnBillOpen
|
|
//
|
|
this.btnBillOpen.Location = new System.Drawing.Point(3, 238);
|
|
this.btnBillOpen.Name = "btnBillOpen";
|
|
this.btnBillOpen.Size = new System.Drawing.Size(70, 33);
|
|
this.btnBillOpen.TabIndex = 5;
|
|
this.btnBillOpen.Text = "打开单据";
|
|
this.btnBillOpen.Click += new System.EventHandler(this.btnBillOpen_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Location = new System.Drawing.Point(165, 238);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(70, 33);
|
|
this.btnExit.TabIndex = 13;
|
|
this.btnExit.Text = "关闭返回";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// dgShow
|
|
//
|
|
this.dgShow.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.dgShow.Location = new System.Drawing.Point(3, 3);
|
|
this.dgShow.Name = "dgShow";
|
|
this.dgShow.Size = new System.Drawing.Size(232, 229);
|
|
this.dgShow.TabIndex = 14;
|
|
this.dgShow.DoubleClick += new System.EventHandler(this.dgShow_DoubleClick);
|
|
//
|
|
// lblState
|
|
//
|
|
this.lblState.Location = new System.Drawing.Point(75, 245);
|
|
this.lblState.Name = "lblState";
|
|
this.lblState.Size = new System.Drawing.Size(100, 20);
|
|
this.lblState.Text = "记录:0";
|
|
//
|
|
// frmBillOpenBase
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.ClientSize = new System.Drawing.Size(238, 275);
|
|
this.Controls.Add(this.dgShow);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnBillOpen);
|
|
this.Controls.Add(this.lblState);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmBillOpenBase";
|
|
this.Text = "打开单据";
|
|
this.Load += new System.EventHandler(this.frmBillBase_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnBillOpen;
|
|
private System.Windows.Forms.Button btnExit;
|
|
private System.Windows.Forms.DataGrid dgShow;
|
|
private System.Windows.Forms.Label lblState;
|
|
}
|
|
}
|