ab56a9bcf7
SVN-Revision: r240
66 lines
2.4 KiB
C#
66 lines
2.4 KiB
C#
namespace Lskj.PubBillInfo
|
|
{
|
|
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.frmBackSelectEx = new Lskj.Control.FrmBackSelectEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// frmBackSelectEx
|
|
//
|
|
this.frmBackSelectEx.BackColor = System.Drawing.Color.Transparent;
|
|
this.frmBackSelectEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.frmBackSelectEx.Location = new System.Drawing.Point(0, 0);
|
|
this.frmBackSelectEx.Name = "frmBackSelectEx";
|
|
this.frmBackSelectEx.Size = new System.Drawing.Size(403, 217);
|
|
this.frmBackSelectEx.TabIndex = 0;
|
|
//
|
|
// FrmBackSelect
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.Appearance.Options.UseBackColor = true;
|
|
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(403, 217);
|
|
this.Controls.Add(this.frmBackSelectEx);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmBackSelect";
|
|
this.Text = "选择返退步骤";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Control.FrmBackSelectEx frmBackSelectEx;
|
|
}
|
|
} |