namespace MaiMuAOI.SysUI.ProcessStep { partial class StepSelectFrm { /// /// 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.components = new System.ComponentModel.Container(); this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel(); this.robtn2 = new System.Windows.Forms.RadioButton(); this.robtn1 = new System.Windows.Forms.RadioButton(); this.skBtnSelect = new CCWin.SkinControl.SkinButton(); this.SuspendLayout(); // // uiTitel1 // this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120))))); this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiTitel1.FatherForm = null; this.uiTitel1.Location = new System.Drawing.Point(0, 0); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(412, 46); this.uiTitel1.TabIndex = 3; // // robtn2 // this.robtn2.AutoSize = true; this.robtn2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.robtn2.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.robtn2.Location = new System.Drawing.Point(243, 72); this.robtn2.Margin = new System.Windows.Forms.Padding(2); this.robtn2.Name = "robtn2"; this.robtn2.Size = new System.Drawing.Size(92, 26); this.robtn2.TabIndex = 5; this.robtn2.Text = "高级流程"; this.robtn2.UseVisualStyleBackColor = true; // // robtn1 // this.robtn1.AutoSize = true; this.robtn1.Checked = true; this.robtn1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.robtn1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.robtn1.Location = new System.Drawing.Point(71, 72); this.robtn1.Margin = new System.Windows.Forms.Padding(2); this.robtn1.Name = "robtn1"; this.robtn1.Size = new System.Drawing.Size(92, 26); this.robtn1.TabIndex = 4; this.robtn1.TabStop = true; this.robtn1.Text = "快速流程"; this.robtn1.UseVisualStyleBackColor = true; // // skBtnSelect // this.skBtnSelect.BackColor = System.Drawing.Color.Transparent; this.skBtnSelect.BaseColor = System.Drawing.Color.Blue; this.skBtnSelect.ControlState = CCWin.SkinClass.ControlState.Normal; this.skBtnSelect.DownBack = null; this.skBtnSelect.DownBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.skBtnSelect.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.skBtnSelect.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120))))); this.skBtnSelect.Location = new System.Drawing.Point(135, 118); this.skBtnSelect.MouseBack = null; this.skBtnSelect.MouseBaseColor = System.Drawing.Color.Cyan; this.skBtnSelect.Name = "skBtnSelect"; this.skBtnSelect.NormlBack = null; this.skBtnSelect.Radius = 16; this.skBtnSelect.RoundStyle = CCWin.SkinClass.RoundStyle.All; this.skBtnSelect.Size = new System.Drawing.Size(134, 38); this.skBtnSelect.TabIndex = 6; this.skBtnSelect.Text = "开启流程编辑"; this.skBtnSelect.UseVisualStyleBackColor = false; this.skBtnSelect.Click += new System.EventHandler(this.skBtnSelect_Click); // // StepSelectFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120))))); this.ClientSize = new System.Drawing.Size(412, 178); this.Controls.Add(this.skBtnSelect); this.Controls.Add(this.robtn2); this.Controls.Add(this.robtn1); this.Controls.Add(this.uiTitel1); this.Name = "StepSelectFrm"; this.Text = "流程选择"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1; private System.Windows.Forms.RadioButton robtn2; private System.Windows.Forms.RadioButton robtn1; private CCWin.SkinControl.SkinButton skBtnSelect; } }