LayoutMstBaseFor.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. namespace DllXqManager
  2. {
  3. partial class LayoutMstBaseFor
  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.components = new System.ComponentModel.Container();
  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.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.button3 = new System.Windows.Forms.Button();
  36. this.editRemark = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.editModTime = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.editRecTime = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.button6 = new System.Windows.Forms.Button();
  44. this.button5 = new System.Windows.Forms.Button();
  45. this.button4 = new System.Windows.Forms.Button();
  46. this.panel2 = new System.Windows.Forms.Panel();
  47. this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
  48. this.顶端对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  50. this.左对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.右对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.相同宽度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.相同高度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.相同大小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.水平等距离ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  57. this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.panel1.SuspendLayout();
  59. this.cms.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // label3
  63. //
  64. this.label3.Location = new System.Drawing.Point(8, 9);
  65. this.label3.Name = "label3";
  66. this.label3.Size = new System.Drawing.Size(100, 23);
  67. this.label3.TabIndex = 6;
  68. this.label3.Text = "代码";
  69. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  70. //
  71. // editFCode
  72. //
  73. this.editFCode.Location = new System.Drawing.Point(111, 9);
  74. this.editFCode.Name = "editFCode";
  75. this.editFCode.ReadOnly = true;
  76. this.editFCode.Size = new System.Drawing.Size(176, 21);
  77. this.editFCode.TabIndex = 7;
  78. //
  79. // label1
  80. //
  81. this.label1.Location = new System.Drawing.Point(8, 36);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(100, 23);
  84. this.label1.TabIndex = 8;
  85. this.label1.Text = "名称";
  86. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  87. //
  88. // editFName
  89. //
  90. this.editFName.Location = new System.Drawing.Point(111, 36);
  91. this.editFName.Name = "editFName";
  92. this.editFName.Size = new System.Drawing.Size(176, 21);
  93. this.editFName.TabIndex = 9;
  94. //
  95. // button1
  96. //
  97. this.button1.Location = new System.Drawing.Point(634, 11);
  98. this.button1.Name = "button1";
  99. this.button1.Size = new System.Drawing.Size(83, 37);
  100. this.button1.TabIndex = 16;
  101. this.button1.Text = "新增(&A)";
  102. this.button1.UseVisualStyleBackColor = true;
  103. this.button1.Click += new System.EventHandler(this.button1_Click);
  104. //
  105. // button2
  106. //
  107. this.button2.Location = new System.Drawing.Point(723, 11);
  108. this.button2.Name = "button2";
  109. this.button2.Size = new System.Drawing.Size(83, 37);
  110. this.button2.TabIndex = 17;
  111. this.button2.Text = "保存(&S)";
  112. this.button2.UseVisualStyleBackColor = true;
  113. this.button2.Click += new System.EventHandler(this.button2_Click);
  114. //
  115. // button3
  116. //
  117. this.button3.Location = new System.Drawing.Point(829, 11);
  118. this.button3.Name = "button3";
  119. this.button3.Size = new System.Drawing.Size(83, 37);
  120. this.button3.TabIndex = 155;
  121. this.button3.Text = "复制新增(&C)";
  122. this.button3.UseVisualStyleBackColor = true;
  123. this.button3.Click += new System.EventHandler(this.button3_Click);
  124. //
  125. // editRemark
  126. //
  127. this.editRemark.Location = new System.Drawing.Point(111, 63);
  128. this.editRemark.Name = "editRemark";
  129. this.editRemark.Size = new System.Drawing.Size(504, 21);
  130. this.editRemark.TabIndex = 11;
  131. //
  132. // label2
  133. //
  134. this.label2.Location = new System.Drawing.Point(8, 63);
  135. this.label2.Name = "label2";
  136. this.label2.Size = new System.Drawing.Size(100, 23);
  137. this.label2.TabIndex = 10;
  138. this.label2.Text = "备注";
  139. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  140. //
  141. // editModTime
  142. //
  143. this.editModTime.Location = new System.Drawing.Point(439, 36);
  144. this.editModTime.Name = "editModTime";
  145. this.editModTime.ReadOnly = true;
  146. this.editModTime.Size = new System.Drawing.Size(176, 21);
  147. this.editModTime.TabIndex = 13;
  148. //
  149. // label4
  150. //
  151. this.label4.Location = new System.Drawing.Point(336, 36);
  152. this.label4.Name = "label4";
  153. this.label4.Size = new System.Drawing.Size(100, 23);
  154. this.label4.TabIndex = 12;
  155. this.label4.Text = "修改时间";
  156. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  157. //
  158. // editRecTime
  159. //
  160. this.editRecTime.Location = new System.Drawing.Point(439, 11);
  161. this.editRecTime.Name = "editRecTime";
  162. this.editRecTime.ReadOnly = true;
  163. this.editRecTime.Size = new System.Drawing.Size(176, 21);
  164. this.editRecTime.TabIndex = 15;
  165. //
  166. // label5
  167. //
  168. this.label5.Location = new System.Drawing.Point(336, 11);
  169. this.label5.Name = "label5";
  170. this.label5.Size = new System.Drawing.Size(100, 23);
  171. this.label5.TabIndex = 14;
  172. this.label5.Text = "录入时间";
  173. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  174. //
  175. // panel1
  176. //
  177. this.panel1.Controls.Add(this.button6);
  178. this.panel1.Controls.Add(this.button5);
  179. this.panel1.Controls.Add(this.button4);
  180. this.panel1.Controls.Add(this.editFName);
  181. this.panel1.Controls.Add(this.button3);
  182. this.panel1.Controls.Add(this.editFCode);
  183. this.panel1.Controls.Add(this.button2);
  184. this.panel1.Controls.Add(this.label3);
  185. this.panel1.Controls.Add(this.button1);
  186. this.panel1.Controls.Add(this.label1);
  187. this.panel1.Controls.Add(this.label5);
  188. this.panel1.Controls.Add(this.editRemark);
  189. this.panel1.Controls.Add(this.editRecTime);
  190. this.panel1.Controls.Add(this.label2);
  191. this.panel1.Controls.Add(this.label4);
  192. this.panel1.Controls.Add(this.editModTime);
  193. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  194. this.panel1.Location = new System.Drawing.Point(0, 0);
  195. this.panel1.Name = "panel1";
  196. this.panel1.Size = new System.Drawing.Size(963, 92);
  197. this.panel1.TabIndex = 156;
  198. //
  199. // button6
  200. //
  201. this.button6.Location = new System.Drawing.Point(740, 47);
  202. this.button6.Name = "button6";
  203. this.button6.Size = new System.Drawing.Size(83, 37);
  204. this.button6.TabIndex = 158;
  205. this.button6.Text = "添加边框";
  206. this.button6.UseVisualStyleBackColor = true;
  207. this.button6.Visible = false;
  208. this.button6.Click += new System.EventHandler(this.button6_Click);
  209. //
  210. // button5
  211. //
  212. this.button5.Location = new System.Drawing.Point(829, 47);
  213. this.button5.Name = "button5";
  214. this.button5.Size = new System.Drawing.Size(83, 37);
  215. this.button5.TabIndex = 157;
  216. this.button5.Text = "清除边框";
  217. this.button5.UseVisualStyleBackColor = true;
  218. this.button5.Visible = false;
  219. this.button5.Click += new System.EventHandler(this.button5_Click);
  220. //
  221. // button4
  222. //
  223. this.button4.Location = new System.Drawing.Point(634, 49);
  224. this.button4.Name = "button4";
  225. this.button4.Size = new System.Drawing.Size(83, 37);
  226. this.button4.TabIndex = 156;
  227. this.button4.Text = "选择实体";
  228. this.button4.UseVisualStyleBackColor = true;
  229. this.button4.Click += new System.EventHandler(this.button4_Click);
  230. //
  231. // panel2
  232. //
  233. this.panel2.AllowDrop = true;
  234. this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  235. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  236. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.panel2.Location = new System.Drawing.Point(0, 92);
  238. this.panel2.Name = "panel2";
  239. this.panel2.Size = new System.Drawing.Size(963, 545);
  240. this.panel2.TabIndex = 157;
  241. this.panel2.DragDrop += new System.Windows.Forms.DragEventHandler(this.panel2_DragDrop);
  242. this.panel2.DragEnter += new System.Windows.Forms.DragEventHandler(this.panel2_DragEnter);
  243. this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
  244. this.panel2.Resize += new System.EventHandler(this.panel2_Resize);
  245. //
  246. // cms
  247. //
  248. this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  249. this.顶端对齐ToolStripMenuItem,
  250. this.toolStripMenuItem1,
  251. this.左对齐ToolStripMenuItem,
  252. this.右对齐ToolStripMenuItem,
  253. this.相同宽度ToolStripMenuItem,
  254. this.相同高度ToolStripMenuItem,
  255. this.相同大小ToolStripMenuItem,
  256. this.水平等距离ToolStripMenuItem,
  257. this.toolStripMenuItem2,
  258. this.删除ToolStripMenuItem});
  259. this.cms.Name = "cms";
  260. this.cms.Size = new System.Drawing.Size(140, 224);
  261. //
  262. // 顶端对齐ToolStripMenuItem
  263. //
  264. this.顶端对齐ToolStripMenuItem.Name = "顶端对齐ToolStripMenuItem";
  265. this.顶端对齐ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  266. this.顶端对齐ToolStripMenuItem.Text = "顶端对齐";
  267. this.顶端对齐ToolStripMenuItem.Click += new System.EventHandler(this.顶端对齐ToolStripMenuItem_Click);
  268. //
  269. // toolStripMenuItem1
  270. //
  271. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  272. this.toolStripMenuItem1.Size = new System.Drawing.Size(139, 22);
  273. this.toolStripMenuItem1.Text = "底部对齐";
  274. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  275. //
  276. // 左对齐ToolStripMenuItem
  277. //
  278. this.左对齐ToolStripMenuItem.Name = "左对齐ToolStripMenuItem";
  279. this.左对齐ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  280. this.左对齐ToolStripMenuItem.Text = "左对齐";
  281. this.左对齐ToolStripMenuItem.Click += new System.EventHandler(this.左对齐ToolStripMenuItem_Click);
  282. //
  283. // 右对齐ToolStripMenuItem
  284. //
  285. this.右对齐ToolStripMenuItem.Name = "右对齐ToolStripMenuItem";
  286. this.右对齐ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  287. this.右对齐ToolStripMenuItem.Text = "右对齐";
  288. this.右对齐ToolStripMenuItem.Click += new System.EventHandler(this.右对齐ToolStripMenuItem_Click);
  289. //
  290. // 相同宽度ToolStripMenuItem
  291. //
  292. this.相同宽度ToolStripMenuItem.Name = "相同宽度ToolStripMenuItem";
  293. this.相同宽度ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  294. this.相同宽度ToolStripMenuItem.Text = "相同宽度";
  295. this.相同宽度ToolStripMenuItem.Click += new System.EventHandler(this.相同宽度ToolStripMenuItem_Click);
  296. //
  297. // 相同高度ToolStripMenuItem
  298. //
  299. this.相同高度ToolStripMenuItem.Name = "相同高度ToolStripMenuItem";
  300. this.相同高度ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  301. this.相同高度ToolStripMenuItem.Text = "相同高度";
  302. this.相同高度ToolStripMenuItem.Click += new System.EventHandler(this.相同高度ToolStripMenuItem_Click);
  303. //
  304. // 相同大小ToolStripMenuItem
  305. //
  306. this.相同大小ToolStripMenuItem.Name = "相同大小ToolStripMenuItem";
  307. this.相同大小ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  308. this.相同大小ToolStripMenuItem.Text = "相同大小";
  309. this.相同大小ToolStripMenuItem.Click += new System.EventHandler(this.相同大小ToolStripMenuItem_Click);
  310. //
  311. // 水平等距离ToolStripMenuItem
  312. //
  313. this.水平等距离ToolStripMenuItem.Name = "水平等距离ToolStripMenuItem";
  314. this.水平等距离ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  315. this.水平等距离ToolStripMenuItem.Text = "水平等距离";
  316. this.水平等距离ToolStripMenuItem.Click += new System.EventHandler(this.水平等距离ToolStripMenuItem_Click);
  317. //
  318. // toolStripMenuItem2
  319. //
  320. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  321. this.toolStripMenuItem2.Size = new System.Drawing.Size(139, 22);
  322. this.toolStripMenuItem2.Text = "垂直等距离";
  323. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  324. //
  325. // 删除ToolStripMenuItem
  326. //
  327. this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
  328. this.删除ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  329. this.删除ToolStripMenuItem.Text = "删除";
  330. this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
  331. //
  332. // LayoutMstBaseFor
  333. //
  334. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  335. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  336. this.ClientSize = new System.Drawing.Size(963, 637);
  337. this.Controls.Add(this.panel2);
  338. this.Controls.Add(this.panel1);
  339. this.Name = "LayoutMstBaseFor";
  340. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  341. this.Text = "布局维护";
  342. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  343. this.Load += new System.EventHandler(this.LayoutMstBaseFor_Load);
  344. this.Shown += new System.EventHandler(this.LayoutMstBaseFor_Shown);
  345. this.panel1.ResumeLayout(false);
  346. this.panel1.PerformLayout();
  347. this.cms.ResumeLayout(false);
  348. this.ResumeLayout(false);
  349. }
  350. #endregion
  351. private System.Windows.Forms.Label label3;
  352. private System.Windows.Forms.TextBox editFCode;
  353. private System.Windows.Forms.Label label1;
  354. private System.Windows.Forms.TextBox editFName;
  355. private System.Windows.Forms.Button button1;
  356. private System.Windows.Forms.Button button2;
  357. private System.Windows.Forms.Button button3;
  358. private System.Windows.Forms.TextBox editRemark;
  359. private System.Windows.Forms.Label label2;
  360. private System.Windows.Forms.TextBox editModTime;
  361. private System.Windows.Forms.Label label4;
  362. private System.Windows.Forms.TextBox editRecTime;
  363. private System.Windows.Forms.Label label5;
  364. private System.Windows.Forms.Panel panel1;
  365. private System.Windows.Forms.Panel panel2;
  366. private System.Windows.Forms.Button button4;
  367. private System.Windows.Forms.ContextMenuStrip cms;
  368. private System.Windows.Forms.ToolStripMenuItem 顶端对齐ToolStripMenuItem;
  369. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  370. private System.Windows.Forms.ToolStripMenuItem 左对齐ToolStripMenuItem;
  371. private System.Windows.Forms.ToolStripMenuItem 右对齐ToolStripMenuItem;
  372. private System.Windows.Forms.ToolStripMenuItem 相同宽度ToolStripMenuItem;
  373. private System.Windows.Forms.ToolStripMenuItem 相同高度ToolStripMenuItem;
  374. private System.Windows.Forms.ToolStripMenuItem 相同大小ToolStripMenuItem;
  375. private System.Windows.Forms.Button button5;
  376. private System.Windows.Forms.ToolStripMenuItem 水平等距离ToolStripMenuItem;
  377. private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
  378. private System.Windows.Forms.Button button6;
  379. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  380. }
  381. }