namespace Lskj.PubBillInfo { partial class FrmBackSelect { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }