ValueTypeDialog.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. namespace CommonFroms.DescAttributeEdit
  2. {
  3. partial class ValueTypeDialog
  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.label1 = new System.Windows.Forms.Label();
  29. this.comboBoxCatgory = new System.Windows.Forms.ComboBox();
  30. this.comboBoxType = new System.Windows.Forms.ComboBox();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.valuePanel1 = new CommonFroms.DescAttributeEdit.ValuePanel();
  33. this.buttonOK = new System.Windows.Forms.Button();
  34. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.buttonCancel = new System.Windows.Forms.Button();
  37. this.groupBox1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  39. this.splitContainer1.Panel1.SuspendLayout();
  40. this.splitContainer1.Panel2.SuspendLayout();
  41. this.splitContainer1.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Location = new System.Drawing.Point(14, 13);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(32, 17);
  51. this.label1.TabIndex = 0;
  52. this.label1.Text = "类型";
  53. //
  54. // comboBoxCatgory
  55. //
  56. this.comboBoxCatgory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  57. this.comboBoxCatgory.FormattingEnabled = true;
  58. this.comboBoxCatgory.Location = new System.Drawing.Point(16, 34);
  59. this.comboBoxCatgory.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  60. this.comboBoxCatgory.Name = "comboBoxCatgory";
  61. this.comboBoxCatgory.Size = new System.Drawing.Size(202, 25);
  62. this.comboBoxCatgory.Sorted = true;
  63. this.comboBoxCatgory.TabIndex = 1;
  64. //
  65. // comboBoxType
  66. //
  67. this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  68. this.comboBoxType.FormattingEnabled = true;
  69. this.comboBoxType.Location = new System.Drawing.Point(16, 71);
  70. this.comboBoxType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  71. this.comboBoxType.Name = "comboBoxType";
  72. this.comboBoxType.Size = new System.Drawing.Size(408, 25);
  73. this.comboBoxType.TabIndex = 2;
  74. //
  75. // groupBox1
  76. //
  77. this.groupBox1.Controls.Add(this.valuePanel1);
  78. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  80. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  81. this.groupBox1.Name = "groupBox1";
  82. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.groupBox1.Size = new System.Drawing.Size(638, 608);
  84. this.groupBox1.TabIndex = 3;
  85. this.groupBox1.TabStop = false;
  86. this.groupBox1.Text = "事件文本";
  87. //
  88. // valuePanel1
  89. //
  90. this.valuePanel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  91. this.valuePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.valuePanel1.ImeMode = System.Windows.Forms.ImeMode.On;
  93. this.valuePanel1.Location = new System.Drawing.Point(3, 20);
  94. this.valuePanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.valuePanel1.Name = "valuePanel1";
  96. this.valuePanel1.Size = new System.Drawing.Size(632, 584);
  97. this.valuePanel1.TabIndex = 0;
  98. //
  99. // buttonOK
  100. //
  101. this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  102. this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  103. this.buttonOK.Location = new System.Drawing.Point(536, 8);
  104. this.buttonOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.buttonOK.Name = "buttonOK";
  106. this.buttonOK.Size = new System.Drawing.Size(87, 33);
  107. this.buttonOK.TabIndex = 4;
  108. this.buttonOK.Text = "OK";
  109. this.buttonOK.UseVisualStyleBackColor = true;
  110. this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
  111. //
  112. // splitContainer1
  113. //
  114. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  116. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  117. this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  118. this.splitContainer1.Name = "splitContainer1";
  119. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  120. //
  121. // splitContainer1.Panel1
  122. //
  123. this.splitContainer1.Panel1.Controls.Add(this.comboBoxType);
  124. this.splitContainer1.Panel1.Controls.Add(this.comboBoxCatgory);
  125. this.splitContainer1.Panel1.Controls.Add(this.label1);
  126. //
  127. // splitContainer1.Panel2
  128. //
  129. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  130. this.splitContainer1.Size = new System.Drawing.Size(638, 738);
  131. this.splitContainer1.SplitterDistance = 124;
  132. this.splitContainer1.SplitterWidth = 6;
  133. this.splitContainer1.TabIndex = 6;
  134. //
  135. // panel1
  136. //
  137. this.panel1.Controls.Add(this.buttonCancel);
  138. this.panel1.Controls.Add(this.buttonOK);
  139. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  140. this.panel1.Location = new System.Drawing.Point(0, 738);
  141. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  142. this.panel1.Name = "panel1";
  143. this.panel1.Size = new System.Drawing.Size(638, 50);
  144. this.panel1.TabIndex = 7;
  145. //
  146. // buttonCancel
  147. //
  148. this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  149. this.buttonCancel.Location = new System.Drawing.Point(389, 8);
  150. this.buttonCancel.Name = "buttonCancel";
  151. this.buttonCancel.Size = new System.Drawing.Size(87, 33);
  152. this.buttonCancel.TabIndex = 5;
  153. this.buttonCancel.Text = "Cancel";
  154. this.buttonCancel.UseVisualStyleBackColor = true;
  155. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  156. //
  157. // ValueTypeDialog
  158. //
  159. this.AcceptButton = this.buttonOK;
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.CancelButton = this.buttonCancel;
  163. this.ClientSize = new System.Drawing.Size(638, 788);
  164. this.Controls.Add(this.splitContainer1);
  165. this.Controls.Add(this.panel1);
  166. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  168. this.Name = "ValueTypeDialog";
  169. this.Text = "FormTriggers";
  170. this.groupBox1.ResumeLayout(false);
  171. this.splitContainer1.Panel1.ResumeLayout(false);
  172. this.splitContainer1.Panel1.PerformLayout();
  173. this.splitContainer1.Panel2.ResumeLayout(false);
  174. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  175. this.splitContainer1.ResumeLayout(false);
  176. this.panel1.ResumeLayout(false);
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private System.Windows.Forms.Label label1;
  181. private System.Windows.Forms.ComboBox comboBoxCatgory;
  182. private System.Windows.Forms.ComboBox comboBoxType;
  183. private System.Windows.Forms.GroupBox groupBox1;
  184. private System.Windows.Forms.Button buttonOK;
  185. private System.Windows.Forms.SplitContainer splitContainer1;
  186. private System.Windows.Forms.Panel panel1;
  187. private ValuePanel valuePanel1;
  188. private System.Windows.Forms.Button buttonCancel;
  189. }
  190. }