Form1.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace XqMainFrame
  2. {
  3. partial class Form1
  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.button1 = new System.Windows.Forms.Button();
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.button2 = new System.Windows.Forms.Button();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(619, 111);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(75, 23);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "button1";
  44. this.button1.UseVisualStyleBackColor = true;
  45. //
  46. // checkBox1
  47. //
  48. this.checkBox1.AutoSize = true;
  49. this.checkBox1.Location = new System.Drawing.Point(526, 180);
  50. this.checkBox1.Name = "checkBox1";
  51. this.checkBox1.Size = new System.Drawing.Size(78, 16);
  52. this.checkBox1.TabIndex = 1;
  53. this.checkBox1.Text = "checkBox1";
  54. this.checkBox1.UseVisualStyleBackColor = true;
  55. //
  56. // comboBox1
  57. //
  58. this.comboBox1.FormattingEnabled = true;
  59. this.comboBox1.Location = new System.Drawing.Point(482, 299);
  60. this.comboBox1.Name = "comboBox1";
  61. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  62. this.comboBox1.TabIndex = 2;
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Location = new System.Drawing.Point(402, 116);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(41, 12);
  70. this.label1.TabIndex = 3;
  71. this.label1.Text = "label1";
  72. //
  73. // pictureBox1
  74. //
  75. this.pictureBox1.Location = new System.Drawing.Point(119, 81);
  76. this.pictureBox1.Name = "pictureBox1";
  77. this.pictureBox1.Size = new System.Drawing.Size(117, 103);
  78. this.pictureBox1.TabIndex = 4;
  79. this.pictureBox1.TabStop = false;
  80. //
  81. // button2
  82. //
  83. this.button2.Location = new System.Drawing.Point(284, 140);
  84. this.button2.Name = "button2";
  85. this.button2.Size = new System.Drawing.Size(75, 23);
  86. this.button2.TabIndex = 5;
  87. this.button2.Text = "button2";
  88. this.button2.UseVisualStyleBackColor = true;
  89. //
  90. // Form1
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.ClientSize = new System.Drawing.Size(800, 450);
  95. this.Controls.Add(this.button2);
  96. this.Controls.Add(this.pictureBox1);
  97. this.Controls.Add(this.label1);
  98. this.Controls.Add(this.comboBox1);
  99. this.Controls.Add(this.checkBox1);
  100. this.Controls.Add(this.button1);
  101. this.Name = "Form1";
  102. this.Text = "Form1";
  103. this.Load += new System.EventHandler(this.Form1_Load);
  104. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private System.Windows.Forms.Button button1;
  110. private System.Windows.Forms.CheckBox checkBox1;
  111. private System.Windows.Forms.ComboBox comboBox1;
  112. private System.Windows.Forms.Label label1;
  113. private System.Windows.Forms.PictureBox pictureBox1;
  114. private System.Windows.Forms.Button button2;
  115. }
  116. }