|
- namespace GeBoShi.UI.InageShow
- {
- partial class EditPauseFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.skinButton1 = new CCWin.SkinControl.SkinButton();
- this.skinButton2 = new CCWin.SkinControl.SkinButton();
- this.SuspendLayout();
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel1.AutoScroll = true;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 2);
- this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(519, 361);
- this.flowLayoutPanel1.TabIndex = 11;
- //
- // skinButton1
- //
- this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.skinButton1.BackColor = System.Drawing.Color.White;
- this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
- this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
- this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.skinButton1.DownBack = null;
- this.skinButton1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
- this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
- this.skinButton1.Location = new System.Drawing.Point(99, 392);
- this.skinButton1.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
- this.skinButton1.MouseBack = null;
- this.skinButton1.Name = "skinButton1";
- this.skinButton1.NormlBack = null;
- this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinButton1.Size = new System.Drawing.Size(142, 68);
- this.skinButton1.TabIndex = 101;
- this.skinButton1.Text = "确认";
- this.skinButton1.UseVisualStyleBackColor = false;
- this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
- //
- // skinButton2
- //
- this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.skinButton2.BackColor = System.Drawing.Color.Transparent;
- this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
- this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
- this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.skinButton2.DownBack = null;
- this.skinButton2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
- this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
- this.skinButton2.Location = new System.Drawing.Point(282, 392);
- this.skinButton2.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
- this.skinButton2.MouseBack = null;
- this.skinButton2.Name = "skinButton2";
- this.skinButton2.NormlBack = null;
- this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinButton2.Size = new System.Drawing.Size(142, 68);
- this.skinButton2.TabIndex = 100;
- this.skinButton2.Text = "取消";
- this.skinButton2.UseVisualStyleBackColor = false;
- this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
- //
- // EditPauseFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(528, 491);
- this.Controls.Add(this.skinButton1);
- this.Controls.Add(this.skinButton2);
- this.Controls.Add(this.flowLayoutPanel1);
- this.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
- this.Name = "EditPauseFrm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "二次判断选择";
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private CCWin.SkinControl.SkinButton skinButton1;
- private CCWin.SkinControl.SkinButton skinButton2;
- }
- }
|