LayoutDetailBase.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. namespace DllXqManager
  2. {
  3. partial class LayoutDetailBase
  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.label3 = new System.Windows.Forms.Label();
  29. this.editTEntityFCode = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.editTEntityFName = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.editRemark = new System.Windows.Forms.TextBox();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.editIPAddress = new System.Windows.Forms.TextBox();
  37. this.label9 = new System.Windows.Forms.Label();
  38. this.editLocX = new System.Windows.Forms.TextBox();
  39. this.label10 = new System.Windows.Forms.Label();
  40. this.editLocY = new System.Windows.Forms.TextBox();
  41. this.label11 = new System.Windows.Forms.Label();
  42. this.editSizeW = new System.Windows.Forms.TextBox();
  43. this.label12 = new System.Windows.Forms.Label();
  44. this.editSizeH = new System.Windows.Forms.TextBox();
  45. this.textBox1 = new System.Windows.Forms.TextBox();
  46. this.panel1 = new System.Windows.Forms.Panel();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.editFontSize = new System.Windows.Forms.TextBox();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.editFColor = new System.Windows.Forms.TextBox();
  51. this.panel1.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // label3
  55. //
  56. this.label3.Location = new System.Drawing.Point(12, 39);
  57. this.label3.Name = "label3";
  58. this.label3.Size = new System.Drawing.Size(100, 23);
  59. this.label3.TabIndex = 6;
  60. this.label3.Text = "实体代码";
  61. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  62. //
  63. // editTEntityFCode
  64. //
  65. this.editTEntityFCode.Location = new System.Drawing.Point(115, 39);
  66. this.editTEntityFCode.Name = "editTEntityFCode";
  67. this.editTEntityFCode.Size = new System.Drawing.Size(176, 21);
  68. this.editTEntityFCode.TabIndex = 7;
  69. //
  70. // label1
  71. //
  72. this.label1.Location = new System.Drawing.Point(12, 83);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(100, 23);
  75. this.label1.TabIndex = 8;
  76. this.label1.Text = "实体名称";
  77. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  78. //
  79. // editTEntityFName
  80. //
  81. this.editTEntityFName.Location = new System.Drawing.Point(115, 83);
  82. this.editTEntityFName.Name = "editTEntityFName";
  83. this.editTEntityFName.Size = new System.Drawing.Size(176, 21);
  84. this.editTEntityFName.TabIndex = 9;
  85. //
  86. // label2
  87. //
  88. this.label2.Location = new System.Drawing.Point(12, 157);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(100, 23);
  91. this.label2.TabIndex = 10;
  92. this.label2.Text = "备注";
  93. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  94. //
  95. // editRemark
  96. //
  97. this.editRemark.Location = new System.Drawing.Point(115, 157);
  98. this.editRemark.Name = "editRemark";
  99. this.editRemark.Size = new System.Drawing.Size(504, 21);
  100. this.editRemark.TabIndex = 11;
  101. //
  102. // button2
  103. //
  104. this.button2.Location = new System.Drawing.Point(115, 213);
  105. this.button2.Name = "button2";
  106. this.button2.Size = new System.Drawing.Size(154, 73);
  107. this.button2.TabIndex = 17;
  108. this.button2.Text = "确定(&F)";
  109. this.button2.UseVisualStyleBackColor = false;
  110. this.button2.Click += new System.EventHandler(this.button2_Click);
  111. //
  112. // label8
  113. //
  114. this.label8.Location = new System.Drawing.Point(41, 120);
  115. this.label8.Name = "label8";
  116. this.label8.Size = new System.Drawing.Size(71, 23);
  117. this.label8.TabIndex = 140;
  118. this.label8.Text = "IP地址";
  119. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  120. //
  121. // editIPAddress
  122. //
  123. this.editIPAddress.Location = new System.Drawing.Point(115, 120);
  124. this.editIPAddress.Name = "editIPAddress";
  125. this.editIPAddress.Size = new System.Drawing.Size(176, 21);
  126. this.editIPAddress.TabIndex = 141;
  127. //
  128. // label9
  129. //
  130. this.label9.Location = new System.Drawing.Point(300, 37);
  131. this.label9.Name = "label9";
  132. this.label9.Size = new System.Drawing.Size(69, 23);
  133. this.label9.TabIndex = 142;
  134. this.label9.Text = "X坐标";
  135. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  136. //
  137. // editLocX
  138. //
  139. this.editLocX.Location = new System.Drawing.Point(372, 37);
  140. this.editLocX.Name = "editLocX";
  141. this.editLocX.Size = new System.Drawing.Size(105, 21);
  142. this.editLocX.TabIndex = 143;
  143. //
  144. // label10
  145. //
  146. this.label10.Location = new System.Drawing.Point(480, 37);
  147. this.label10.Name = "label10";
  148. this.label10.Size = new System.Drawing.Size(69, 23);
  149. this.label10.TabIndex = 144;
  150. this.label10.Text = "Y坐标";
  151. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  152. //
  153. // editLocY
  154. //
  155. this.editLocY.Location = new System.Drawing.Point(552, 37);
  156. this.editLocY.Name = "editLocY";
  157. this.editLocY.Size = new System.Drawing.Size(105, 21);
  158. this.editLocY.TabIndex = 145;
  159. //
  160. // label11
  161. //
  162. this.label11.Location = new System.Drawing.Point(300, 85);
  163. this.label11.Name = "label11";
  164. this.label11.Size = new System.Drawing.Size(69, 23);
  165. this.label11.TabIndex = 146;
  166. this.label11.Text = "宽度";
  167. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  168. //
  169. // editSizeW
  170. //
  171. this.editSizeW.Location = new System.Drawing.Point(372, 85);
  172. this.editSizeW.Name = "editSizeW";
  173. this.editSizeW.Size = new System.Drawing.Size(105, 21);
  174. this.editSizeW.TabIndex = 147;
  175. //
  176. // label12
  177. //
  178. this.label12.Location = new System.Drawing.Point(480, 83);
  179. this.label12.Name = "label12";
  180. this.label12.Size = new System.Drawing.Size(69, 23);
  181. this.label12.TabIndex = 148;
  182. this.label12.Text = "高度";
  183. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  184. //
  185. // editSizeH
  186. //
  187. this.editSizeH.Location = new System.Drawing.Point(552, 83);
  188. this.editSizeH.Name = "editSizeH";
  189. this.editSizeH.Size = new System.Drawing.Size(105, 21);
  190. this.editSizeH.TabIndex = 149;
  191. //
  192. // textBox1
  193. //
  194. this.textBox1.Font = new System.Drawing.Font("SimSun", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.textBox1.ForeColor = System.Drawing.Color.DarkGray;
  196. this.textBox1.Location = new System.Drawing.Point(410, 184);
  197. this.textBox1.Name = "textBox1";
  198. this.textBox1.Size = new System.Drawing.Size(176, 71);
  199. this.textBox1.TabIndex = 150;
  200. this.textBox1.Text = "200";
  201. //
  202. // panel1
  203. //
  204. this.panel1.Controls.Add(this.label5);
  205. this.panel1.Controls.Add(this.editFColor);
  206. this.panel1.Controls.Add(this.label4);
  207. this.panel1.Controls.Add(this.editFontSize);
  208. this.panel1.Controls.Add(this.editIPAddress);
  209. this.panel1.Controls.Add(this.textBox1);
  210. this.panel1.Controls.Add(this.editTEntityFCode);
  211. this.panel1.Controls.Add(this.label12);
  212. this.panel1.Controls.Add(this.label3);
  213. this.panel1.Controls.Add(this.editSizeH);
  214. this.panel1.Controls.Add(this.editTEntityFName);
  215. this.panel1.Controls.Add(this.label11);
  216. this.panel1.Controls.Add(this.label1);
  217. this.panel1.Controls.Add(this.editSizeW);
  218. this.panel1.Controls.Add(this.editRemark);
  219. this.panel1.Controls.Add(this.label10);
  220. this.panel1.Controls.Add(this.label2);
  221. this.panel1.Controls.Add(this.editLocY);
  222. this.panel1.Controls.Add(this.label8);
  223. this.panel1.Controls.Add(this.label9);
  224. this.panel1.Controls.Add(this.editLocX);
  225. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  226. this.panel1.Location = new System.Drawing.Point(0, 0);
  227. this.panel1.Name = "panel1";
  228. this.panel1.Size = new System.Drawing.Size(660, 207);
  229. this.panel1.TabIndex = 151;
  230. //
  231. // label4
  232. //
  233. this.label4.Location = new System.Drawing.Point(300, 122);
  234. this.label4.Name = "label4";
  235. this.label4.Size = new System.Drawing.Size(69, 23);
  236. this.label4.TabIndex = 151;
  237. this.label4.Text = "字体大小";
  238. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  239. //
  240. // editFontSize
  241. //
  242. this.editFontSize.Location = new System.Drawing.Point(372, 122);
  243. this.editFontSize.Name = "editFontSize";
  244. this.editFontSize.Size = new System.Drawing.Size(105, 21);
  245. this.editFontSize.TabIndex = 152;
  246. //
  247. // label5
  248. //
  249. this.label5.Location = new System.Drawing.Point(480, 122);
  250. this.label5.Name = "label5";
  251. this.label5.Size = new System.Drawing.Size(69, 23);
  252. this.label5.TabIndex = 153;
  253. this.label5.Text = "颜色";
  254. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  255. //
  256. // editFColor
  257. //
  258. this.editFColor.Location = new System.Drawing.Point(552, 122);
  259. this.editFColor.Name = "editFColor";
  260. this.editFColor.Size = new System.Drawing.Size(105, 21);
  261. this.editFColor.TabIndex = 154;
  262. //
  263. // LayoutDetailBase
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.ClientSize = new System.Drawing.Size(660, 302);
  268. this.Controls.Add(this.panel1);
  269. this.Controls.Add(this.button2);
  270. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  271. this.MaximizeBox = false;
  272. this.Name = "LayoutDetailBase";
  273. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  274. this.Text = "实体属性";
  275. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
  276. this.panel1.ResumeLayout(false);
  277. this.panel1.PerformLayout();
  278. this.ResumeLayout(false);
  279. }
  280. #endregion
  281. private System.Windows.Forms.Label label3;
  282. private System.Windows.Forms.TextBox editTEntityFCode;
  283. private System.Windows.Forms.Label label1;
  284. private System.Windows.Forms.TextBox editTEntityFName;
  285. private System.Windows.Forms.Label label2;
  286. private System.Windows.Forms.TextBox editRemark;
  287. private System.Windows.Forms.Button button2;
  288. private System.Windows.Forms.Label label8;
  289. private System.Windows.Forms.TextBox editIPAddress;
  290. private System.Windows.Forms.Label label9;
  291. private System.Windows.Forms.TextBox editLocX;
  292. private System.Windows.Forms.Label label10;
  293. private System.Windows.Forms.TextBox editLocY;
  294. private System.Windows.Forms.Label label11;
  295. private System.Windows.Forms.TextBox editSizeW;
  296. private System.Windows.Forms.Label label12;
  297. private System.Windows.Forms.TextBox editSizeH;
  298. private System.Windows.Forms.TextBox textBox1;
  299. private System.Windows.Forms.Panel panel1;
  300. private System.Windows.Forms.Label label5;
  301. private System.Windows.Forms.TextBox editFColor;
  302. private System.Windows.Forms.Label label4;
  303. private System.Windows.Forms.TextBox editFontSize;
  304. }
  305. }