PageEdit.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class PageEdit
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.btn_Cancle = new System.Windows.Forms.Button();
  30. this.btn_Enter = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.utName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.utKey = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.utSeq = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.utMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.utIcoKey = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.utName)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.utKey)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.utSeq)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.utMemo)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.utIcoKey)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.Controls.Add(this.btn_Cancle);
  52. this.panel1.Controls.Add(this.btn_Enter);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  54. this.panel1.Location = new System.Drawing.Point(0, 158);
  55. this.panel1.Name = "panel1";
  56. this.panel1.Size = new System.Drawing.Size(353, 32);
  57. this.panel1.TabIndex = 3;
  58. //
  59. // btn_Cancle
  60. //
  61. this.btn_Cancle.Location = new System.Drawing.Point(186, 6);
  62. this.btn_Cancle.Name = "btn_Cancle";
  63. this.btn_Cancle.Size = new System.Drawing.Size(62, 21);
  64. this.btn_Cancle.TabIndex = 25;
  65. this.btn_Cancle.Text = "取消";
  66. this.btn_Cancle.UseVisualStyleBackColor = true;
  67. this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click);
  68. //
  69. // btn_Enter
  70. //
  71. this.btn_Enter.Location = new System.Drawing.Point(82, 6);
  72. this.btn_Enter.Name = "btn_Enter";
  73. this.btn_Enter.Size = new System.Drawing.Size(62, 21);
  74. this.btn_Enter.TabIndex = 24;
  75. this.btn_Enter.Text = "确定";
  76. this.btn_Enter.UseVisualStyleBackColor = true;
  77. this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click);
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Location = new System.Drawing.Point(12, 18);
  83. this.label1.Name = "label1";
  84. this.label1.Size = new System.Drawing.Size(53, 12);
  85. this.label1.TabIndex = 4;
  86. this.label1.Text = "页面名称";
  87. //
  88. // utName
  89. //
  90. this.utName.Location = new System.Drawing.Point(71, 14);
  91. this.utName.Name = "utName";
  92. this.utName.Size = new System.Drawing.Size(255, 21);
  93. this.utName.TabIndex = 5;
  94. //
  95. // utKey
  96. //
  97. this.utKey.Location = new System.Drawing.Point(71, 43);
  98. this.utKey.Name = "utKey";
  99. this.utKey.Size = new System.Drawing.Size(255, 21);
  100. this.utKey.TabIndex = 7;
  101. //
  102. // label2
  103. //
  104. this.label2.AutoSize = true;
  105. this.label2.Location = new System.Drawing.Point(12, 47);
  106. this.label2.Name = "label2";
  107. this.label2.Size = new System.Drawing.Size(47, 12);
  108. this.label2.TabIndex = 6;
  109. this.label2.Text = "页面Key";
  110. //
  111. // utSeq
  112. //
  113. this.utSeq.Location = new System.Drawing.Point(71, 97);
  114. this.utSeq.Name = "utSeq";
  115. this.utSeq.Size = new System.Drawing.Size(255, 21);
  116. this.utSeq.TabIndex = 9;
  117. //
  118. // label3
  119. //
  120. this.label3.AutoSize = true;
  121. this.label3.Location = new System.Drawing.Point(12, 101);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(53, 12);
  124. this.label3.TabIndex = 8;
  125. this.label3.Text = "页面序号";
  126. //
  127. // utMemo
  128. //
  129. this.utMemo.Location = new System.Drawing.Point(71, 126);
  130. this.utMemo.Name = "utMemo";
  131. this.utMemo.Size = new System.Drawing.Size(255, 21);
  132. this.utMemo.TabIndex = 11;
  133. //
  134. // label4
  135. //
  136. this.label4.AutoSize = true;
  137. this.label4.Location = new System.Drawing.Point(12, 130);
  138. this.label4.Name = "label4";
  139. this.label4.Size = new System.Drawing.Size(53, 12);
  140. this.label4.TabIndex = 10;
  141. this.label4.Text = "备 注";
  142. //
  143. // utIcoKey
  144. //
  145. this.utIcoKey.Location = new System.Drawing.Point(71, 70);
  146. this.utIcoKey.Name = "utIcoKey";
  147. this.utIcoKey.Size = new System.Drawing.Size(255, 21);
  148. this.utIcoKey.TabIndex = 13;
  149. //
  150. // label5
  151. //
  152. this.label5.AutoSize = true;
  153. this.label5.Location = new System.Drawing.Point(12, 74);
  154. this.label5.Name = "label5";
  155. this.label5.Size = new System.Drawing.Size(47, 12);
  156. this.label5.TabIndex = 12;
  157. this.label5.Text = "图片Key";
  158. //
  159. // PageEdit
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(353, 190);
  164. this.Controls.Add(this.utIcoKey);
  165. this.Controls.Add(this.label5);
  166. this.Controls.Add(this.utMemo);
  167. this.Controls.Add(this.label4);
  168. this.Controls.Add(this.utSeq);
  169. this.Controls.Add(this.label3);
  170. this.Controls.Add(this.utKey);
  171. this.Controls.Add(this.label2);
  172. this.Controls.Add(this.utName);
  173. this.Controls.Add(this.label1);
  174. this.Controls.Add(this.panel1);
  175. this.Name = "PageEdit";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  177. this.Text = "页面信息配置";
  178. this.Load += new System.EventHandler(this.PageEdit_Load);
  179. this.panel1.ResumeLayout(false);
  180. ((System.ComponentModel.ISupportInitialize)(this.utName)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.utKey)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.utSeq)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.utMemo)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.utIcoKey)).EndInit();
  185. this.ResumeLayout(false);
  186. this.PerformLayout();
  187. }
  188. #endregion
  189. private System.Windows.Forms.Panel panel1;
  190. private System.Windows.Forms.Button btn_Cancle;
  191. private System.Windows.Forms.Button btn_Enter;
  192. private System.Windows.Forms.Label label1;
  193. private Infragistics.Win.UltraWinEditors.UltraTextEditor utName;
  194. private Infragistics.Win.UltraWinEditors.UltraTextEditor utKey;
  195. private System.Windows.Forms.Label label2;
  196. private Infragistics.Win.UltraWinEditors.UltraTextEditor utSeq;
  197. private System.Windows.Forms.Label label3;
  198. private Infragistics.Win.UltraWinEditors.UltraTextEditor utMemo;
  199. private System.Windows.Forms.Label label4;
  200. private Infragistics.Win.UltraWinEditors.UltraTextEditor utIcoKey;
  201. private System.Windows.Forms.Label label5;
  202. }
  203. }