DisplaySettingForm.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace PMSUI
  2. {
  3. partial class DisplaySettingForm
  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.gp_Opt1 = new System.Windows.Forms.GroupBox();
  29. this.btSaveColor = new System.Windows.Forms.Button();
  30. this.tbColor = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.btDisplay = new System.Windows.Forms.Button();
  33. this.gp_Opt = new System.Windows.Forms.GroupBox();
  34. this.btsaveLanguage = new System.Windows.Forms.Button();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.cbLanguage = new System.Windows.Forms.ComboBox();
  37. this.colorDialog1 = new System.Windows.Forms.ColorDialog();
  38. this.colorDialog2 = new System.Windows.Forms.ColorDialog();
  39. this.btHelps = new System.Windows.Forms.Button();
  40. this.gp_Opt1.SuspendLayout();
  41. this.gp_Opt.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // gp_Opt1
  45. //
  46. this.gp_Opt1.Controls.Add(this.btSaveColor);
  47. this.gp_Opt1.Controls.Add(this.tbColor);
  48. this.gp_Opt1.Controls.Add(this.label1);
  49. this.gp_Opt1.Controls.Add(this.btDisplay);
  50. this.gp_Opt1.Location = new System.Drawing.Point(12, 40);
  51. this.gp_Opt1.Name = "gp_Opt1";
  52. this.gp_Opt1.Size = new System.Drawing.Size(543, 61);
  53. this.gp_Opt1.TabIndex = 26;
  54. this.gp_Opt1.TabStop = false;
  55. //
  56. // btSaveColor
  57. //
  58. this.btSaveColor.Location = new System.Drawing.Point(379, 24);
  59. this.btSaveColor.Name = "btSaveColor";
  60. this.btSaveColor.Size = new System.Drawing.Size(101, 30);
  61. this.btSaveColor.TabIndex = 3;
  62. this.btSaveColor.Text = "保存";
  63. this.btSaveColor.UseVisualStyleBackColor = true;
  64. this.btSaveColor.Click += new System.EventHandler(this.btSaveColor_Click);
  65. //
  66. // tbColor
  67. //
  68. this.tbColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  69. this.tbColor.Location = new System.Drawing.Point(130, 31);
  70. this.tbColor.Name = "tbColor";
  71. this.tbColor.ReadOnly = true;
  72. this.tbColor.Size = new System.Drawing.Size(101, 21);
  73. this.tbColor.TabIndex = 0;
  74. this.tbColor.Click += new System.EventHandler(this.tbColor_Click);
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.BackColor = System.Drawing.Color.Transparent;
  80. this.label1.Location = new System.Drawing.Point(19, 33);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(29, 12);
  83. this.label1.TabIndex = 1;
  84. this.label1.Text = "颜色";
  85. //
  86. // btDisplay
  87. //
  88. this.btDisplay.Location = new System.Drawing.Point(251, 24);
  89. this.btDisplay.Name = "btDisplay";
  90. this.btDisplay.Size = new System.Drawing.Size(101, 30);
  91. this.btDisplay.TabIndex = 2;
  92. this.btDisplay.Text = "预览";
  93. this.btDisplay.UseVisualStyleBackColor = true;
  94. this.btDisplay.Click += new System.EventHandler(this.btDisplay_Click);
  95. //
  96. // gp_Opt
  97. //
  98. this.gp_Opt.Controls.Add(this.btsaveLanguage);
  99. this.gp_Opt.Controls.Add(this.label2);
  100. this.gp_Opt.Controls.Add(this.cbLanguage);
  101. this.gp_Opt.Location = new System.Drawing.Point(12, 118);
  102. this.gp_Opt.Name = "gp_Opt";
  103. this.gp_Opt.Size = new System.Drawing.Size(543, 61);
  104. this.gp_Opt.TabIndex = 25;
  105. this.gp_Opt.TabStop = false;
  106. this.gp_Opt.Enter += new System.EventHandler(this.groupBox1_Enter);
  107. //
  108. // btsaveLanguage
  109. //
  110. this.btsaveLanguage.Location = new System.Drawing.Point(379, 20);
  111. this.btsaveLanguage.Name = "btsaveLanguage";
  112. this.btsaveLanguage.Size = new System.Drawing.Size(101, 30);
  113. this.btsaveLanguage.TabIndex = 22;
  114. this.btsaveLanguage.Text = "保存";
  115. this.btsaveLanguage.UseVisualStyleBackColor = true;
  116. this.btsaveLanguage.Click += new System.EventHandler(this.btsaveLanguage_Click);
  117. //
  118. // label2
  119. //
  120. this.label2.AutoSize = true;
  121. this.label2.BackColor = System.Drawing.Color.Transparent;
  122. this.label2.Location = new System.Drawing.Point(19, 29);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(53, 12);
  125. this.label2.TabIndex = 5;
  126. this.label2.Text = "语言选择";
  127. //
  128. // cbLanguage
  129. //
  130. this.cbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  131. this.cbLanguage.FormattingEnabled = true;
  132. this.cbLanguage.Location = new System.Drawing.Point(130, 25);
  133. this.cbLanguage.Name = "cbLanguage";
  134. this.cbLanguage.Size = new System.Drawing.Size(101, 20);
  135. this.cbLanguage.TabIndex = 21;
  136. this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
  137. //
  138. // btHelps
  139. //
  140. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  141. this.btHelps.Location = new System.Drawing.Point(12, 11);
  142. this.btHelps.Name = "btHelps";
  143. this.btHelps.Size = new System.Drawing.Size(85, 23);
  144. this.btHelps.TabIndex = 46;
  145. this.btHelps.Text = "帮助信息";
  146. this.btHelps.UseVisualStyleBackColor = true;
  147. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  148. //
  149. // DisplaySettingForm
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(781, 481);
  154. this.Controls.Add(this.btHelps);
  155. this.Controls.Add(this.gp_Opt1);
  156. this.Controls.Add(this.gp_Opt);
  157. this.Name = "DisplaySettingForm";
  158. this.Text = "界面设置";
  159. this.Load += new System.EventHandler(this.DisplaySettingForm_Load);
  160. this.gp_Opt1.ResumeLayout(false);
  161. this.gp_Opt1.PerformLayout();
  162. this.gp_Opt.ResumeLayout(false);
  163. this.gp_Opt.PerformLayout();
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private System.Windows.Forms.GroupBox gp_Opt1;
  168. private System.Windows.Forms.Button btSaveColor;
  169. private System.Windows.Forms.TextBox tbColor;
  170. private System.Windows.Forms.Label label1;
  171. private System.Windows.Forms.Button btDisplay;
  172. private System.Windows.Forms.GroupBox gp_Opt;
  173. private System.Windows.Forms.Button btsaveLanguage;
  174. private System.Windows.Forms.Label label2;
  175. private System.Windows.Forms.ComboBox cbLanguage;
  176. private System.Windows.Forms.ColorDialog colorDialog1;
  177. private System.Windows.Forms.ColorDialog colorDialog2;
  178. private System.Windows.Forms.Button btHelps;
  179. }
  180. }