TEntityBase.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. namespace DllXqManager
  2. {
  3. partial class TEntityBase
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TEntityBase));
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.editFCode = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.editFName = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.editremark = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.editmodtime = new System.Windows.Forms.TextBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.editrectime = new System.Windows.Forms.TextBox();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.button2 = new System.Windows.Forms.Button();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.editFPort = new System.Windows.Forms.TextBox();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.editFIP = new System.Windows.Forms.TextBox();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.editTLcdFCode = new System.Windows.Forms.TextBox();
  47. this.label11 = new System.Windows.Forms.Label();
  48. this.editTLcdFName = new System.Windows.Forms.TextBox();
  49. this.button3 = new System.Windows.Forms.Button();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.editFTypeFName = new System.Windows.Forms.ComboBox();
  52. this.btEmail = new System.Windows.Forms.Button();
  53. this.editIfStart = new System.Windows.Forms.ComboBox();
  54. this.label10 = new System.Windows.Forms.Label();
  55. this.panel1 = new System.Windows.Forms.Panel();
  56. this.panel1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // label3
  60. //
  61. this.label3.Location = new System.Drawing.Point(25, 56);
  62. this.label3.Name = "label3";
  63. this.label3.Size = new System.Drawing.Size(100, 23);
  64. this.label3.TabIndex = 6;
  65. this.label3.Text = "代码";
  66. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  67. //
  68. // editFCode
  69. //
  70. this.editFCode.Location = new System.Drawing.Point(128, 56);
  71. this.editFCode.Name = "editFCode";
  72. this.editFCode.Size = new System.Drawing.Size(176, 21);
  73. this.editFCode.TabIndex = 7;
  74. //
  75. // label1
  76. //
  77. this.label1.Location = new System.Drawing.Point(25, 83);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(100, 23);
  80. this.label1.TabIndex = 8;
  81. this.label1.Text = "名称";
  82. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  83. //
  84. // editFName
  85. //
  86. this.editFName.Location = new System.Drawing.Point(128, 83);
  87. this.editFName.Name = "editFName";
  88. this.editFName.Size = new System.Drawing.Size(176, 21);
  89. this.editFName.TabIndex = 9;
  90. //
  91. // label2
  92. //
  93. this.label2.Location = new System.Drawing.Point(25, 195);
  94. this.label2.Name = "label2";
  95. this.label2.Size = new System.Drawing.Size(100, 23);
  96. this.label2.TabIndex = 10;
  97. this.label2.Text = "备注";
  98. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  99. //
  100. // editremark
  101. //
  102. this.editremark.Location = new System.Drawing.Point(128, 195);
  103. this.editremark.Name = "editremark";
  104. this.editremark.Size = new System.Drawing.Size(504, 21);
  105. this.editremark.TabIndex = 11;
  106. //
  107. // label4
  108. //
  109. this.label4.Location = new System.Drawing.Point(353, 240);
  110. this.label4.Name = "label4";
  111. this.label4.Size = new System.Drawing.Size(100, 23);
  112. this.label4.TabIndex = 12;
  113. this.label4.Text = "修改时间";
  114. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  115. //
  116. // editmodtime
  117. //
  118. this.editmodtime.Location = new System.Drawing.Point(456, 240);
  119. this.editmodtime.Name = "editmodtime";
  120. this.editmodtime.ReadOnly = true;
  121. this.editmodtime.Size = new System.Drawing.Size(176, 21);
  122. this.editmodtime.TabIndex = 13;
  123. //
  124. // label5
  125. //
  126. this.label5.Location = new System.Drawing.Point(25, 240);
  127. this.label5.Name = "label5";
  128. this.label5.Size = new System.Drawing.Size(100, 23);
  129. this.label5.TabIndex = 14;
  130. this.label5.Text = "录入时间";
  131. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  132. //
  133. // editrectime
  134. //
  135. this.editrectime.Location = new System.Drawing.Point(128, 240);
  136. this.editrectime.Name = "editrectime";
  137. this.editrectime.ReadOnly = true;
  138. this.editrectime.Size = new System.Drawing.Size(176, 21);
  139. this.editrectime.TabIndex = 15;
  140. //
  141. // button1
  142. //
  143. this.button1.Location = new System.Drawing.Point(128, 263);
  144. this.button1.Name = "button1";
  145. this.button1.Size = new System.Drawing.Size(83, 37);
  146. this.button1.TabIndex = 16;
  147. this.button1.Text = "新增(&A)";
  148. this.button1.UseVisualStyleBackColor = true;
  149. this.button1.Click += new System.EventHandler(this.button1_Click);
  150. //
  151. // button2
  152. //
  153. this.button2.Location = new System.Drawing.Point(217, 263);
  154. this.button2.Name = "button2";
  155. this.button2.Size = new System.Drawing.Size(83, 37);
  156. this.button2.TabIndex = 17;
  157. this.button2.Text = "保存(&S)";
  158. this.button2.UseVisualStyleBackColor = true;
  159. this.button2.Click += new System.EventHandler(this.button2_Click);
  160. //
  161. // label7
  162. //
  163. this.label7.Location = new System.Drawing.Point(25, 157);
  164. this.label7.Name = "label7";
  165. this.label7.Size = new System.Drawing.Size(100, 23);
  166. this.label7.TabIndex = 20;
  167. this.label7.Text = "端口";
  168. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  169. //
  170. // editFPort
  171. //
  172. this.editFPort.Location = new System.Drawing.Point(128, 157);
  173. this.editFPort.Name = "editFPort";
  174. this.editFPort.Size = new System.Drawing.Size(176, 21);
  175. this.editFPort.TabIndex = 21;
  176. //
  177. // label8
  178. //
  179. this.label8.Location = new System.Drawing.Point(54, 120);
  180. this.label8.Name = "label8";
  181. this.label8.Size = new System.Drawing.Size(71, 23);
  182. this.label8.TabIndex = 140;
  183. this.label8.Text = "IP地址";
  184. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  185. //
  186. // editFIP
  187. //
  188. this.editFIP.Location = new System.Drawing.Point(128, 120);
  189. this.editFIP.Name = "editFIP";
  190. this.editFIP.Size = new System.Drawing.Size(172, 21);
  191. this.editFIP.TabIndex = 141;
  192. //
  193. // label9
  194. //
  195. this.label9.Location = new System.Drawing.Point(313, 54);
  196. this.label9.Name = "label9";
  197. this.label9.Size = new System.Drawing.Size(69, 23);
  198. this.label9.TabIndex = 142;
  199. this.label9.Text = "屏代码";
  200. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  201. //
  202. // editTLcdFCode
  203. //
  204. this.editTLcdFCode.Location = new System.Drawing.Point(385, 54);
  205. this.editTLcdFCode.Name = "editTLcdFCode";
  206. this.editTLcdFCode.ReadOnly = true;
  207. this.editTLcdFCode.Size = new System.Drawing.Size(166, 21);
  208. this.editTLcdFCode.TabIndex = 143;
  209. //
  210. // label11
  211. //
  212. this.label11.Location = new System.Drawing.Point(313, 85);
  213. this.label11.Name = "label11";
  214. this.label11.Size = new System.Drawing.Size(69, 23);
  215. this.label11.TabIndex = 146;
  216. this.label11.Text = "屏名称";
  217. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  218. //
  219. // editTLcdFName
  220. //
  221. this.editTLcdFName.Location = new System.Drawing.Point(385, 85);
  222. this.editTLcdFName.Name = "editTLcdFName";
  223. this.editTLcdFName.ReadOnly = true;
  224. this.editTLcdFName.Size = new System.Drawing.Size(218, 21);
  225. this.editTLcdFName.TabIndex = 147;
  226. //
  227. // button3
  228. //
  229. this.button3.Location = new System.Drawing.Point(323, 263);
  230. this.button3.Name = "button3";
  231. this.button3.Size = new System.Drawing.Size(83, 37);
  232. this.button3.TabIndex = 155;
  233. this.button3.Text = "复制新增(&C)";
  234. this.button3.UseVisualStyleBackColor = true;
  235. this.button3.Click += new System.EventHandler(this.button3_Click);
  236. //
  237. // label6
  238. //
  239. this.label6.Location = new System.Drawing.Point(30, 18);
  240. this.label6.Name = "label6";
  241. this.label6.Size = new System.Drawing.Size(100, 23);
  242. this.label6.TabIndex = 156;
  243. this.label6.Text = "代码";
  244. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  245. //
  246. // editFTypeFName
  247. //
  248. this.editFTypeFName.FormattingEnabled = true;
  249. this.editFTypeFName.Location = new System.Drawing.Point(128, 21);
  250. this.editFTypeFName.Name = "editFTypeFName";
  251. this.editFTypeFName.Size = new System.Drawing.Size(121, 20);
  252. this.editFTypeFName.TabIndex = 157;
  253. //
  254. // btEmail
  255. //
  256. this.btEmail.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btEmail.Image = ((System.Drawing.Image)(resources.GetObject("btEmail.Image")));
  258. this.btEmail.Location = new System.Drawing.Point(546, 51);
  259. this.btEmail.Name = "btEmail";
  260. this.btEmail.Size = new System.Drawing.Size(25, 25);
  261. this.btEmail.TabIndex = 158;
  262. this.btEmail.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  263. this.btEmail.UseVisualStyleBackColor = true;
  264. this.btEmail.Click += new System.EventHandler(this.btEmail_Click_1);
  265. //
  266. // editIfStart
  267. //
  268. this.editIfStart.FormattingEnabled = true;
  269. this.editIfStart.Location = new System.Drawing.Point(396, 121);
  270. this.editIfStart.Name = "editIfStart";
  271. this.editIfStart.Size = new System.Drawing.Size(121, 20);
  272. this.editIfStart.TabIndex = 159;
  273. //
  274. // label10
  275. //
  276. this.label10.Location = new System.Drawing.Point(321, 120);
  277. this.label10.Name = "label10";
  278. this.label10.Size = new System.Drawing.Size(69, 23);
  279. this.label10.TabIndex = 160;
  280. this.label10.Text = "是否启动";
  281. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  282. //
  283. // panel1
  284. //
  285. this.panel1.Controls.Add(this.editFCode);
  286. this.panel1.Controls.Add(this.label10);
  287. this.panel1.Controls.Add(this.label3);
  288. this.panel1.Controls.Add(this.editIfStart);
  289. this.panel1.Controls.Add(this.editFName);
  290. this.panel1.Controls.Add(this.btEmail);
  291. this.panel1.Controls.Add(this.label1);
  292. this.panel1.Controls.Add(this.editFTypeFName);
  293. this.panel1.Controls.Add(this.editremark);
  294. this.panel1.Controls.Add(this.label6);
  295. this.panel1.Controls.Add(this.label2);
  296. this.panel1.Controls.Add(this.button3);
  297. this.panel1.Controls.Add(this.editmodtime);
  298. this.panel1.Controls.Add(this.label11);
  299. this.panel1.Controls.Add(this.label4);
  300. this.panel1.Controls.Add(this.editTLcdFName);
  301. this.panel1.Controls.Add(this.editrectime);
  302. this.panel1.Controls.Add(this.label9);
  303. this.panel1.Controls.Add(this.label5);
  304. this.panel1.Controls.Add(this.editTLcdFCode);
  305. this.panel1.Controls.Add(this.button1);
  306. this.panel1.Controls.Add(this.label8);
  307. this.panel1.Controls.Add(this.button2);
  308. this.panel1.Controls.Add(this.editFIP);
  309. this.panel1.Controls.Add(this.editFPort);
  310. this.panel1.Controls.Add(this.label7);
  311. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  312. this.panel1.Location = new System.Drawing.Point(0, 0);
  313. this.panel1.Name = "panel1";
  314. this.panel1.Size = new System.Drawing.Size(687, 315);
  315. this.panel1.TabIndex = 161;
  316. //
  317. // TEntityBase
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.ClientSize = new System.Drawing.Size(687, 327);
  322. this.Controls.Add(this.panel1);
  323. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  324. this.MaximizeBox = false;
  325. this.Name = "TEntityBase";
  326. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  327. this.Text = "实体维护";
  328. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
  329. this.panel1.ResumeLayout(false);
  330. this.panel1.PerformLayout();
  331. this.ResumeLayout(false);
  332. }
  333. #endregion
  334. private System.Windows.Forms.Label label3;
  335. private System.Windows.Forms.TextBox editFCode;
  336. private System.Windows.Forms.Label label1;
  337. private System.Windows.Forms.TextBox editFName;
  338. private System.Windows.Forms.Label label2;
  339. private System.Windows.Forms.TextBox editremark;
  340. private System.Windows.Forms.Label label4;
  341. private System.Windows.Forms.TextBox editmodtime;
  342. private System.Windows.Forms.Label label5;
  343. private System.Windows.Forms.TextBox editrectime;
  344. private System.Windows.Forms.Button button1;
  345. private System.Windows.Forms.Button button2;
  346. private System.Windows.Forms.Label label7;
  347. private System.Windows.Forms.TextBox editFPort;
  348. private System.Windows.Forms.Label label8;
  349. private System.Windows.Forms.TextBox editFIP;
  350. private System.Windows.Forms.Label label9;
  351. private System.Windows.Forms.TextBox editTLcdFCode;
  352. private System.Windows.Forms.Label label11;
  353. private System.Windows.Forms.TextBox editTLcdFName;
  354. private System.Windows.Forms.Button button3;
  355. private System.Windows.Forms.Label label6;
  356. private System.Windows.Forms.ComboBox editFTypeFName;
  357. private System.Windows.Forms.Button btEmail;
  358. private System.Windows.Forms.ComboBox editIfStart;
  359. private System.Windows.Forms.Label label10;
  360. private System.Windows.Forms.Panel panel1;
  361. }
  362. }