namespace POSV.Component { partial class PayParameter { /// /// 必需的设计器变量。 /// 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.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX115 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX117 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.groupPanel4.SuspendLayout(); this.SuspendLayout(); // // groupPanel4 // this.groupPanel4.BackColor = System.Drawing.Color.White; this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel4.Controls.Add(this.checkBoxX1); this.groupPanel4.Controls.Add(this.checkBoxX115); this.groupPanel4.Controls.Add(this.checkBoxX117); this.groupPanel4.DisabledBackColor = System.Drawing.Color.Empty; this.groupPanel4.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanel4.DrawTitleBox = false; this.groupPanel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupPanel4.Location = new System.Drawing.Point(5, 5); this.groupPanel4.Name = "groupPanel4"; this.groupPanel4.Size = new System.Drawing.Size(577, 120); // // // this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel4.Style.BackColorGradientAngle = 90; this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel4.Style.BorderBottomWidth = 1; this.groupPanel4.Style.BorderColor = System.Drawing.SystemColors.ActiveCaption; this.groupPanel4.Style.BorderColor2 = System.Drawing.SystemColors.ActiveCaption; this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel4.Style.BorderLeftWidth = 1; this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel4.Style.BorderRightWidth = 1; this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel4.Style.BorderTopWidth = 1; this.groupPanel4.Style.CornerDiameter = 4; this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel4.TabIndex = 234; this.groupPanel4.Text = "移动支付渠道选择"; // // checkBoxX1 // // // // this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX1.Location = new System.Drawing.Point(14, 50); this.checkBoxX1.Name = "checkBoxX1"; this.checkBoxX1.Size = new System.Drawing.Size(248, 23); this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX1.TabIndex = 80; this.checkBoxX1.Tag = "2"; this.checkBoxX1.Text = "POS通交易渠道(银联商务)"; // // checkBoxX115 // // // // this.checkBoxX115.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX115.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX115.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX115.Location = new System.Drawing.Point(14, 10); this.checkBoxX115.Name = "checkBoxX115"; this.checkBoxX115.Size = new System.Drawing.Size(232, 23); this.checkBoxX115.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX115.TabIndex = 79; this.checkBoxX115.Tag = "-1"; this.checkBoxX115.Text = "暂不启用移动支付"; // // checkBoxX117 // // // // this.checkBoxX117.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX117.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX117.Checked = true; this.checkBoxX117.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxX117.CheckValue = "Y"; this.checkBoxX117.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX117.Location = new System.Drawing.Point(272, 10); this.checkBoxX117.Name = "checkBoxX117"; this.checkBoxX117.Size = new System.Drawing.Size(248, 23); this.checkBoxX117.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX117.TabIndex = 78; this.checkBoxX117.Tag = "0"; this.checkBoxX117.Text = "原生支付(含服务商渠道)"; // // PayParameter // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.groupPanel4); this.Name = "PayParameter"; this.Padding = new System.Windows.Forms.Padding(5); this.Size = new System.Drawing.Size(587, 429); this.groupPanel4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.GroupPanel groupPanel4; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX115; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX117; } }