namespace CSFrameworkV5.Library { partial class frmGenerateWizard { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGenerateWizard)); this.rgItems = new DevExpress.XtraEditors.RadioGroup(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.pnlButtonAction = new System.Windows.Forms.Panel(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.pnlDocNo = new System.Windows.Forms.Panel(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.rgItems.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.pnlButtonAction.SuspendLayout(); this.pnlDocNo.SuspendLayout(); this.SuspendLayout(); // // rgItems // this.rgItems.Location = new System.Drawing.Point(4, 3); this.rgItems.Name = "rgItems"; this.rgItems.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rgItems.Properties.Appearance.Options.UseFont = true; this.rgItems.Size = new System.Drawing.Size(340, 145); this.rgItems.TabIndex = 0; this.rgItems.SelectedIndexChanged += new System.EventHandler(this.rgItems_SelectedIndexChanged); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(16, 19); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(70, 17); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "单据号码:"; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(95, 16); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.textEdit1.Properties.Appearance.Options.UseFont = true; this.textEdit1.Size = new System.Drawing.Size(195, 24); this.textEdit1.TabIndex = 3; // // pnlButtonAction // this.pnlButtonAction.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.pnlButtonAction.Controls.Add(this.btnCancel); this.pnlButtonAction.Controls.Add(this.btnOK); this.pnlButtonAction.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlButtonAction.Location = new System.Drawing.Point(0, 220); this.pnlButtonAction.Name = "pnlButtonAction"; this.pnlButtonAction.Size = new System.Drawing.Size(347, 55); this.pnlButtonAction.TabIndex = 23; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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(189, 13); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(78, 30); this.btnCancel.TabIndex = 19; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.ImageOptions.Image"))); this.btnOK.Location = new System.Drawing.Point(96, 13); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(78, 30); this.btnOK.TabIndex = 18; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.btnGen_Click); // // pnlDocNo // this.pnlDocNo.Controls.Add(this.textEdit1); this.pnlDocNo.Controls.Add(this.labelControl2); this.pnlDocNo.Controls.Add(this.labelControl1); this.pnlDocNo.Location = new System.Drawing.Point(5, 154); this.pnlDocNo.Name = "pnlDocNo"; this.pnlDocNo.Size = new System.Drawing.Size(339, 61); this.pnlDocNo.TabIndex = 24; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Location = new System.Drawing.Point(296, 22); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(8, 16); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "*"; // // frmGenerateWizard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(347, 275); this.Controls.Add(this.pnlDocNo); this.Controls.Add(this.rgItems); this.Controls.Add(this.pnlButtonAction); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmGenerateWizard"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "单据自动生成向导"; ((System.ComponentModel.ISupportInitialize)(this.rgItems.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.pnlButtonAction.ResumeLayout(false); this.pnlDocNo.ResumeLayout(false); this.pnlDocNo.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.RadioGroup rgItems; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit textEdit1; protected System.Windows.Forms.Panel pnlButtonAction; protected DevExpress.XtraEditors.SimpleButton btnCancel; protected DevExpress.XtraEditors.SimpleButton btnOK; private System.Windows.Forms.Panel pnlDocNo; private DevExpress.XtraEditors.LabelControl labelControl2; } }