namespace POSV.Bill { partial class CardPayForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.buttonX9 = new DevComponents.DotNetBar.ButtonX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.lblAmount = new DevComponents.DotNetBar.LabelX(); this.SuspendLayout(); // // buttonX9 // this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX9.BackColor = System.Drawing.Color.DarkOrange; this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX9.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX9.FadeEffect = false; this.buttonX9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX9.Location = new System.Drawing.Point(380, 217); this.buttonX9.Name = "buttonX9"; this.buttonX9.Size = new System.Drawing.Size(85, 45); this.buttonX9.TabIndex = 236; this.buttonX9.Tag = ""; this.buttonX9.Text = "关闭"; this.buttonX9.TextColor = System.Drawing.Color.White; this.buttonX9.Click += new System.EventHandler(this.OnCloseClick); // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.ForeColor = System.Drawing.Color.White; this.lblInfo.Location = new System.Drawing.Point(50, 105); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(398, 92); this.lblInfo.TabIndex = 237; this.lblInfo.Text = "正在进行扣款..."; this.lblInfo.WordWrap = true; // // lblAmount // // // // this.lblAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblAmount.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAmount.ForeColor = System.Drawing.Color.White; this.lblAmount.Location = new System.Drawing.Point(99, 34); this.lblAmount.Name = "lblAmount"; this.lblAmount.Size = new System.Drawing.Size(316, 48); this.lblAmount.TabIndex = 238; this.lblAmount.Tag = "支付金额:{0}"; this.lblAmount.Text = "支付金额:"; // // CardPayForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(74))))); this.ClientSize = new System.Drawing.Size(506, 276); this.Controls.Add(this.lblAmount); this.Controls.Add(this.lblInfo); this.Controls.Add(this.buttonX9); this.Name = "CardPayForm"; this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX buttonX9; private DevComponents.DotNetBar.LabelX lblInfo; private DevComponents.DotNetBar.LabelX lblAmount; } }