![]() |
Sylloge
A C# helper library
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 namespace Sylloge.Controls 00017 { 00018 partial class CheckBox 00019 { 00023 private System.ComponentModel.IContainer components = null; 00024 00029 protected override void Dispose(bool disposing) 00030 { 00031 if (disposing && (components != null)) { 00032 components.Dispose(); 00033 } 00034 base.Dispose(disposing); 00035 } 00036 00037 #region Component Designer generated code 00038 00043 private void InitializeComponent() 00044 { 00045 this.components = new System.ComponentModel.Container(); 00046 this.c_CheckBoxMain = new System.Windows.Forms.CheckBox(); 00047 this.c_ToolTip = new System.Windows.Forms.ToolTip(this.components); 00048 this.c_PictureBoxMain = new System.Windows.Forms.PictureBox(); 00049 this.c_LinkLabelLink = new System.Windows.Forms.LinkLabel(); 00050 ((System.ComponentModel.ISupportInitialize)(this.c_PictureBoxMain)).BeginInit(); 00051 this.SuspendLayout(); 00052 // 00053 // c_CheckBoxMain 00054 // 00055 this.c_CheckBoxMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 00056 | System.Windows.Forms.AnchorStyles.Left) 00057 | System.Windows.Forms.AnchorStyles.Right))); 00058 this.c_CheckBoxMain.BackColor = System.Drawing.Color.Transparent; 00059 this.c_CheckBoxMain.FlatAppearance.BorderSize = 0; 00060 this.c_CheckBoxMain.FlatAppearance.CheckedBackColor = System.Drawing.Color.Green; 00061 this.c_CheckBoxMain.FlatAppearance.MouseDownBackColor = System.Drawing.Color.SteelBlue; 00062 this.c_CheckBoxMain.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightSteelBlue; 00063 this.c_CheckBoxMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 00064 this.c_CheckBoxMain.Location = new System.Drawing.Point(7, 0); 00065 this.c_CheckBoxMain.Name = "c_CheckBoxMain"; 00066 this.c_CheckBoxMain.Size = new System.Drawing.Size(77, 17); 00067 this.c_CheckBoxMain.TabIndex = 2; 00068 this.c_CheckBoxMain.Text = "Check Box"; 00069 this.c_CheckBoxMain.UseVisualStyleBackColor = false; 00070 this.c_CheckBoxMain.CheckedChanged += new System.EventHandler(this.c_CheckBoxMain_CheckedChanged); 00071 this.c_CheckBoxMain.Click += new System.EventHandler(this.c_CheckBoxMain_Click); 00072 // 00073 // c_ToolTip 00074 // 00075 this.c_ToolTip.UseAnimation = false; 00076 this.c_ToolTip.UseFading = false; 00077 // 00078 // c_PictureBoxMain 00079 // 00080 this.c_PictureBoxMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 00081 | System.Windows.Forms.AnchorStyles.Left))); 00082 this.c_PictureBoxMain.BackColor = System.Drawing.Color.Transparent; 00083 this.c_PictureBoxMain.Image = global::Sylloge.Properties.Resources.CheckBoxMinus; 00084 this.c_PictureBoxMain.Location = new System.Drawing.Point(2, 0); 00085 this.c_PictureBoxMain.Name = "c_PictureBoxMain"; 00086 this.c_PictureBoxMain.Size = new System.Drawing.Size(17, 17); 00087 this.c_PictureBoxMain.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 00088 this.c_PictureBoxMain.TabIndex = 3; 00089 this.c_PictureBoxMain.TabStop = false; 00090 this.c_PictureBoxMain.Click += new System.EventHandler(this.c_PictureBoxMain_Click); 00091 // 00092 // c_LinkLabelLink 00093 // 00094 this.c_LinkLabelLink.AutoSize = true; 00095 this.c_LinkLabelLink.Location = new System.Drawing.Point(21, 2); 00096 this.c_LinkLabelLink.Name = "c_LinkLabelLink"; 00097 this.c_LinkLabelLink.Size = new System.Drawing.Size(56, 13); 00098 this.c_LinkLabelLink.TabIndex = 4; 00099 this.c_LinkLabelLink.TabStop = true; 00100 this.c_LinkLabelLink.Text = "Link Label"; 00101 this.c_LinkLabelLink.Visible = false; 00102 this.c_LinkLabelLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.c_LinkLabelLink_LinkClicked); 00103 // 00104 // u_CheckBox 00105 // 00106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; 00107 this.Controls.Add(this.c_PictureBoxMain); 00108 this.Controls.Add(this.c_CheckBoxMain); 00109 this.Controls.Add(this.c_LinkLabelLink); 00110 this.MinimumSize = new System.Drawing.Size(35, 15); 00111 this.Name = "CheckBox"; 00112 this.Size = new System.Drawing.Size(84, 17); 00113 ((System.ComponentModel.ISupportInitialize)(this.c_PictureBoxMain)).EndInit(); 00114 this.ResumeLayout(false); 00115 this.PerformLayout(); 00116 00117 } 00118 00119 #endregion 00120 00121 internal System.Windows.Forms.PictureBox c_PictureBoxMain; 00122 internal System.Windows.Forms.CheckBox c_CheckBoxMain; 00123 internal System.Windows.Forms.ToolTip c_ToolTip; 00124 private System.Windows.Forms.LinkLabel c_LinkLabelLink; 00125 } 00126 }
1.7.4