namespace Sunny.UI.Demo { partial class FCheckBox { /// /// 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(FCheckBox)); this.uiCheckBox1 = new Sunny.UI.UICheckBox(); this.uiLine1 = new Sunny.UI.UILine(); this.uiCheckBox3 = new Sunny.UI.UICheckBox(); this.uiCheckBox4 = new Sunny.UI.UICheckBox(); this.uiCheckBox2 = new Sunny.UI.UICheckBox(); this.uiCheckBoxGroup1 = new Sunny.UI.UICheckBoxGroup(); this.uiButton1 = new Sunny.UI.UIButton(); this.uiButton2 = new Sunny.UI.UIButton(); this.uiButton3 = new Sunny.UI.UIButton(); this.uiButton4 = new Sunny.UI.UIButton(); this.PagePanel.SuspendLayout(); this.SuspendLayout(); // // PagePanel // this.PagePanel.Controls.Add(this.uiButton4); this.PagePanel.Controls.Add(this.uiButton3); this.PagePanel.Controls.Add(this.uiButton2); this.PagePanel.Controls.Add(this.uiButton1); this.PagePanel.Controls.Add(this.uiCheckBoxGroup1); this.PagePanel.Controls.Add(this.uiCheckBox2); this.PagePanel.Controls.Add(this.uiCheckBox4); this.PagePanel.Controls.Add(this.uiCheckBox3); this.PagePanel.Controls.Add(this.uiLine1); this.PagePanel.Controls.Add(this.uiCheckBox1); this.PagePanel.Size = new System.Drawing.Size(800, 521); // // uiCheckBox1 // this.uiCheckBox1.Checked = true; this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiCheckBox1.Location = new System.Drawing.Point(30, 48); this.uiCheckBox1.Name = "uiCheckBox1"; this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiCheckBox1.Size = new System.Drawing.Size(150, 35); this.uiCheckBox1.TabIndex = 0; this.uiCheckBox1.Text = "uiCheckBox1"; // // uiLine1 // this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine1.Location = new System.Drawing.Point(30, 20); this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine1.Name = "uiLine1"; this.uiLine1.Size = new System.Drawing.Size(670, 20); this.uiLine1.TabIndex = 19; this.uiLine1.Text = "UICheckBox"; this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiCheckBox3 // this.uiCheckBox3.Checked = true; this.uiCheckBox3.Cursor = System.Windows.Forms.Cursors.Hand; this.uiCheckBox3.Enabled = false; this.uiCheckBox3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiCheckBox3.Location = new System.Drawing.Point(354, 46); this.uiCheckBox3.Name = "uiCheckBox3"; this.uiCheckBox3.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiCheckBox3.Size = new System.Drawing.Size(150, 35); this.uiCheckBox3.TabIndex = 21; this.uiCheckBox3.Text = "uiCheckBox3"; // // uiCheckBox4 // this.uiCheckBox4.Cursor = System.Windows.Forms.Cursors.Hand; this.uiCheckBox4.Enabled = false; this.uiCheckBox4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiCheckBox4.Location = new System.Drawing.Point(516, 46); this.uiCheckBox4.Name = "uiCheckBox4"; this.uiCheckBox4.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiCheckBox4.Size = new System.Drawing.Size(150, 35); this.uiCheckBox4.TabIndex = 22; this.uiCheckBox4.Text = "uiCheckBox4"; // // uiCheckBox2 // this.uiCheckBox2.Cursor = System.Windows.Forms.Cursors.Hand; this.uiCheckBox2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiCheckBox2.Location = new System.Drawing.Point(192, 48); this.uiCheckBox2.Name = "uiCheckBox2"; this.uiCheckBox2.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiCheckBox2.Size = new System.Drawing.Size(150, 35); this.uiCheckBox2.TabIndex = 39; this.uiCheckBox2.Text = "uiCheckBox2"; // // uiCheckBoxGroup1 // this.uiCheckBoxGroup1.ColumnCount = 2; this.uiCheckBoxGroup1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiCheckBoxGroup1.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}); this.uiCheckBoxGroup1.ItemSize = new System.Drawing.Size(110, 35); this.uiCheckBoxGroup1.Location = new System.Drawing.Point(30, 91); this.uiCheckBoxGroup1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiCheckBoxGroup1.Name = "uiCheckBoxGroup1"; this.uiCheckBoxGroup1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiCheckBoxGroup1.SelectedIndexes = ((System.Collections.Generic.List)(resources.GetObject("uiCheckBoxGroup1.SelectedIndexes"))); this.uiCheckBoxGroup1.Size = new System.Drawing.Size(670, 211); this.uiCheckBoxGroup1.TabIndex = 41; this.uiCheckBoxGroup1.Text = "UICheckBoxGroup"; this.uiCheckBoxGroup1.ValueChanged += new Sunny.UI.UICheckBoxGroup.OnValueChanged(this.uiCheckBoxGroup1_ValueChanged); // // uiButton1 // this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton1.Location = new System.Drawing.Point(30, 310); this.uiButton1.Name = "uiButton1"; this.uiButton1.Size = new System.Drawing.Size(100, 35); this.uiButton1.TabIndex = 42; this.uiButton1.Text = "全选"; this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); // // uiButton2 // this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton2.Location = new System.Drawing.Point(136, 310); this.uiButton2.Name = "uiButton2"; this.uiButton2.Size = new System.Drawing.Size(100, 35); this.uiButton2.TabIndex = 43; this.uiButton2.Text = "全不选"; this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click); // // uiButton3 // this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton3.Location = new System.Drawing.Point(242, 310); this.uiButton3.Name = "uiButton3"; this.uiButton3.Size = new System.Drawing.Size(100, 35); this.uiButton3.TabIndex = 44; this.uiButton3.Text = "反选"; this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click); // // uiButton4 // this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton4.Location = new System.Drawing.Point(348, 310); this.uiButton4.Name = "uiButton4"; this.uiButton4.Size = new System.Drawing.Size(100, 35); this.uiButton4.TabIndex = 45; this.uiButton4.Text = "选择"; this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click); // // FCheckBox // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(800, 556); this.Name = "FCheckBox"; this.Symbol = 61770; this.Text = "CheckBox"; this.PagePanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private UICheckBox uiCheckBox1; private UILine uiLine1; private UICheckBox uiCheckBox4; private UICheckBox uiCheckBox3; private UICheckBox uiCheckBox2; private UICheckBoxGroup uiCheckBoxGroup1; private UIButton uiButton3; private UIButton uiButton2; private UIButton uiButton1; private UIButton uiButton4; } }