PageRenderTime 41ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSWinFormControls/MainForm.Designer.cs

#
C# | 187 lines | 134 code | 6 blank | 47 comment | 3 complexity | b2673d7300800ff41d6290ff5ae8fedb MD5 | raw file
  1. namespace CSWinFormControls
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.roundButton1 = new CSWinFormControls.RoundButton();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.listBox1 = new System.Windows.Forms.ListBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  41. this.groupBox1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // groupBox1
  45. //
  46. this.groupBox1.Controls.Add(this.label6);
  47. this.groupBox1.Controls.Add(this.roundButton1);
  48. this.groupBox1.Controls.Add(this.label5);
  49. this.groupBox1.Controls.Add(this.textBox1);
  50. this.groupBox1.Controls.Add(this.label4);
  51. this.groupBox1.Controls.Add(this.listBox1);
  52. this.groupBox1.Controls.Add(this.label3);
  53. this.groupBox1.Controls.Add(this.label2);
  54. this.groupBox1.Controls.Add(this.comboBox1);
  55. this.groupBox1.Controls.Add(this.label1);
  56. this.groupBox1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  57. this.groupBox1.Location = new System.Drawing.Point(22, 21);
  58. this.groupBox1.Name = "groupBox1";
  59. this.groupBox1.Size = new System.Drawing.Size(700, 429);
  60. this.groupBox1.TabIndex = 9;
  61. this.groupBox1.TabStop = false;
  62. this.groupBox1.Text = "Control Customization";
  63. //
  64. // label6
  65. //
  66. this.label6.Location = new System.Drawing.Point(370, 212);
  67. this.label6.Name = "label6";
  68. this.label6.Size = new System.Drawing.Size(281, 61);
  69. this.label6.TabIndex = 9;
  70. this.label6.Text = "This example demonstrates a round shaped button, only clicks inside the round sha" +
  71. "pe would fire the Click event.";
  72. //
  73. // roundButton1
  74. //
  75. this.roundButton1.BackColor = System.Drawing.Color.Green;
  76. this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  77. this.roundButton1.Location = new System.Drawing.Point(373, 287);
  78. this.roundButton1.Name = "roundButton1";
  79. this.roundButton1.Size = new System.Drawing.Size(138, 57);
  80. this.roundButton1.TabIndex = 8;
  81. this.roundButton1.Text = "I\'m a round button, click me!";
  82. this.roundButton1.UseVisualStyleBackColor = false;
  83. //
  84. // label5
  85. //
  86. this.label5.AutoSize = true;
  87. this.label5.Location = new System.Drawing.Point(370, 182);
  88. this.label5.Name = "label5";
  89. this.label5.Size = new System.Drawing.Size(129, 16);
  90. this.label5.TabIndex = 7;
  91. this.label5.Text = "4. A Round Button";
  92. //
  93. // textBox1
  94. //
  95. this.textBox1.Location = new System.Drawing.Point(373, 107);
  96. this.textBox1.Name = "textBox1";
  97. this.textBox1.Size = new System.Drawing.Size(267, 23);
  98. this.textBox1.TabIndex = 6;
  99. //
  100. // label4
  101. //
  102. this.label4.AutoSize = true;
  103. this.label4.Location = new System.Drawing.Point(370, 76);
  104. this.label4.Name = "label4";
  105. this.label4.Size = new System.Drawing.Size(170, 16);
  106. this.label4.TabIndex = 5;
  107. this.label4.Text = "3. Numeric-only TextBox";
  108. //
  109. // listBox1
  110. //
  111. this.listBox1.FormattingEnabled = true;
  112. this.listBox1.ItemHeight = 16;
  113. this.listBox1.Location = new System.Drawing.Point(25, 214);
  114. this.listBox1.Name = "listBox1";
  115. this.listBox1.Size = new System.Drawing.Size(235, 164);
  116. this.listBox1.TabIndex = 4;
  117. //
  118. // label3
  119. //
  120. this.label3.AutoSize = true;
  121. this.label3.Location = new System.Drawing.Point(22, 182);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(211, 16);
  124. this.label3.TabIndex = 3;
  125. this.label3.Text = "2. Items with different tooltips";
  126. //
  127. // label2
  128. //
  129. this.label2.AutoSize = true;
  130. this.label2.Location = new System.Drawing.Point(22, 76);
  131. this.label2.Name = "label2";
  132. this.label2.Size = new System.Drawing.Size(206, 16);
  133. this.label2.TabIndex = 2;
  134. this.label2.Text = "1. Multiple columns ComboBox";
  135. //
  136. // comboBox1
  137. //
  138. this.comboBox1.FormattingEnabled = true;
  139. this.comboBox1.Location = new System.Drawing.Point(25, 107);
  140. this.comboBox1.Name = "comboBox1";
  141. this.comboBox1.Size = new System.Drawing.Size(235, 24);
  142. this.comboBox1.TabIndex = 1;
  143. //
  144. // label1
  145. //
  146. this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.label1.Location = new System.Drawing.Point(17, 19);
  148. this.label1.Name = "label1";
  149. this.label1.Size = new System.Drawing.Size(676, 46);
  150. this.label1.TabIndex = 0;
  151. this.label1.Text = "\r\nThis example demonstrates how to customize the Windows Forms controls.";
  152. //
  153. // MainForm
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(745, 478);
  158. this.Controls.Add(this.groupBox1);
  159. this.Name = "MainForm";
  160. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  161. this.Text = "CSWinFormControls";
  162. this.Load += new System.EventHandler(this.frmCtrlCustomization_Load);
  163. this.groupBox1.ResumeLayout(false);
  164. this.groupBox1.PerformLayout();
  165. this.ResumeLayout(false);
  166. }
  167. #endregion
  168. private System.Windows.Forms.GroupBox groupBox1;
  169. private System.Windows.Forms.Label label1;
  170. private System.Windows.Forms.ListBox listBox1;
  171. private System.Windows.Forms.Label label3;
  172. private System.Windows.Forms.Label label2;
  173. private System.Windows.Forms.ComboBox comboBox1;
  174. private System.Windows.Forms.TextBox textBox1;
  175. private System.Windows.Forms.Label label4;
  176. private System.Windows.Forms.Label label5;
  177. private System.Windows.Forms.ToolTip toolTip1;
  178. private System.Windows.Forms.Label label6;
  179. private RoundButton roundButton1;
  180. }
  181. }