LayoutMstBase.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. namespace DllXqManager
  2. {
  3. partial class LayoutMstBase
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayoutMstBase));
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.editFCode = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.editFName = new System.Windows.Forms.TextBox();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.editRemark = new System.Windows.Forms.TextBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.editModTime = new System.Windows.Forms.TextBox();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.editRecTime = new System.Windows.Forms.TextBox();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.panel1 = new System.Windows.Forms.Panel();
  47. this.button5 = new System.Windows.Forms.Button();
  48. this.button4 = new System.Windows.Forms.Button();
  49. this.panel2 = new System.Windows.Forms.Panel();
  50. this.dgvmain = new System.Windows.Forms.DataGridView();
  51. this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
  53. this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
  54. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  55. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  56. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  57. this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
  58. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  59. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  60. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  61. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  62. this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
  63. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  64. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  65. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  66. this.panel1.SuspendLayout();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
  70. this.bindingNavigator2.SuspendLayout();
  71. this.cms.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // label3
  75. //
  76. this.label3.Location = new System.Drawing.Point(8, 9);
  77. this.label3.Name = "label3";
  78. this.label3.Size = new System.Drawing.Size(100, 23);
  79. this.label3.TabIndex = 6;
  80. this.label3.Text = "代码";
  81. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  82. //
  83. // editFCode
  84. //
  85. this.editFCode.Location = new System.Drawing.Point(111, 9);
  86. this.editFCode.Name = "editFCode";
  87. this.editFCode.ReadOnly = true;
  88. this.editFCode.Size = new System.Drawing.Size(176, 21);
  89. this.editFCode.TabIndex = 7;
  90. //
  91. // label1
  92. //
  93. this.label1.Location = new System.Drawing.Point(8, 36);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(100, 23);
  96. this.label1.TabIndex = 8;
  97. this.label1.Text = "名称";
  98. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  99. //
  100. // editFName
  101. //
  102. this.editFName.Location = new System.Drawing.Point(111, 36);
  103. this.editFName.Name = "editFName";
  104. this.editFName.Size = new System.Drawing.Size(176, 21);
  105. this.editFName.TabIndex = 9;
  106. //
  107. // button1
  108. //
  109. this.button1.Location = new System.Drawing.Point(634, 11);
  110. this.button1.Name = "button1";
  111. this.button1.Size = new System.Drawing.Size(83, 37);
  112. this.button1.TabIndex = 16;
  113. this.button1.Text = "新增(&A)";
  114. this.button1.UseVisualStyleBackColor = true;
  115. this.button1.Click += new System.EventHandler(this.button1_Click);
  116. //
  117. // button2
  118. //
  119. this.button2.Location = new System.Drawing.Point(723, 11);
  120. this.button2.Name = "button2";
  121. this.button2.Size = new System.Drawing.Size(83, 37);
  122. this.button2.TabIndex = 17;
  123. this.button2.Text = "保存(&S)";
  124. this.button2.UseVisualStyleBackColor = true;
  125. this.button2.Click += new System.EventHandler(this.button2_Click);
  126. //
  127. // button3
  128. //
  129. this.button3.Location = new System.Drawing.Point(829, 11);
  130. this.button3.Name = "button3";
  131. this.button3.Size = new System.Drawing.Size(83, 37);
  132. this.button3.TabIndex = 155;
  133. this.button3.Text = "复制新增(&C)";
  134. this.button3.UseVisualStyleBackColor = true;
  135. this.button3.Click += new System.EventHandler(this.button3_Click);
  136. //
  137. // editRemark
  138. //
  139. this.editRemark.Location = new System.Drawing.Point(111, 63);
  140. this.editRemark.Name = "editRemark";
  141. this.editRemark.Size = new System.Drawing.Size(504, 21);
  142. this.editRemark.TabIndex = 11;
  143. //
  144. // label2
  145. //
  146. this.label2.Location = new System.Drawing.Point(8, 63);
  147. this.label2.Name = "label2";
  148. this.label2.Size = new System.Drawing.Size(100, 23);
  149. this.label2.TabIndex = 10;
  150. this.label2.Text = "备注";
  151. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  152. //
  153. // editModTime
  154. //
  155. this.editModTime.Location = new System.Drawing.Point(439, 36);
  156. this.editModTime.Name = "editModTime";
  157. this.editModTime.ReadOnly = true;
  158. this.editModTime.Size = new System.Drawing.Size(176, 21);
  159. this.editModTime.TabIndex = 13;
  160. //
  161. // label4
  162. //
  163. this.label4.Location = new System.Drawing.Point(336, 36);
  164. this.label4.Name = "label4";
  165. this.label4.Size = new System.Drawing.Size(100, 23);
  166. this.label4.TabIndex = 12;
  167. this.label4.Text = "修改时间";
  168. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  169. //
  170. // editRecTime
  171. //
  172. this.editRecTime.Location = new System.Drawing.Point(439, 11);
  173. this.editRecTime.Name = "editRecTime";
  174. this.editRecTime.ReadOnly = true;
  175. this.editRecTime.Size = new System.Drawing.Size(176, 21);
  176. this.editRecTime.TabIndex = 15;
  177. //
  178. // label5
  179. //
  180. this.label5.Location = new System.Drawing.Point(336, 11);
  181. this.label5.Name = "label5";
  182. this.label5.Size = new System.Drawing.Size(100, 23);
  183. this.label5.TabIndex = 14;
  184. this.label5.Text = "录入时间";
  185. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  186. //
  187. // panel1
  188. //
  189. this.panel1.Controls.Add(this.button5);
  190. this.panel1.Controls.Add(this.button4);
  191. this.panel1.Controls.Add(this.editFName);
  192. this.panel1.Controls.Add(this.button3);
  193. this.panel1.Controls.Add(this.editFCode);
  194. this.panel1.Controls.Add(this.button2);
  195. this.panel1.Controls.Add(this.label3);
  196. this.panel1.Controls.Add(this.button1);
  197. this.panel1.Controls.Add(this.label1);
  198. this.panel1.Controls.Add(this.label5);
  199. this.panel1.Controls.Add(this.editRemark);
  200. this.panel1.Controls.Add(this.editRecTime);
  201. this.panel1.Controls.Add(this.label2);
  202. this.panel1.Controls.Add(this.label4);
  203. this.panel1.Controls.Add(this.editModTime);
  204. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  205. this.panel1.Location = new System.Drawing.Point(0, 0);
  206. this.panel1.Name = "panel1";
  207. this.panel1.Size = new System.Drawing.Size(963, 92);
  208. this.panel1.TabIndex = 156;
  209. //
  210. // button5
  211. //
  212. this.button5.Location = new System.Drawing.Point(723, 49);
  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.Click += new System.EventHandler(this.button5_Click);
  219. //
  220. // button4
  221. //
  222. this.button4.Location = new System.Drawing.Point(634, 49);
  223. this.button4.Name = "button4";
  224. this.button4.Size = new System.Drawing.Size(83, 37);
  225. this.button4.TabIndex = 156;
  226. this.button4.Text = "选择实体";
  227. this.button4.UseVisualStyleBackColor = true;
  228. this.button4.Click += new System.EventHandler(this.button4_Click);
  229. //
  230. // panel2
  231. //
  232. this.panel2.Controls.Add(this.dgvmain);
  233. this.panel2.Controls.Add(this.bindingNavigator2);
  234. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.panel2.Location = new System.Drawing.Point(0, 92);
  236. this.panel2.Name = "panel2";
  237. this.panel2.Size = new System.Drawing.Size(963, 545);
  238. this.panel2.TabIndex = 157;
  239. //
  240. // dgvmain
  241. //
  242. this.dgvmain.AllowUserToAddRows = false;
  243. this.dgvmain.AllowUserToDeleteRows = false;
  244. this.dgvmain.BackgroundColor = System.Drawing.Color.White;
  245. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  246. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  247. dataGridViewCellStyle1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  249. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  250. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  251. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  252. this.dgvmain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  253. this.dgvmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  254. this.dgvmain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  255. this.选择});
  256. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  257. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  258. dataGridViewCellStyle2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  260. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  261. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  262. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  263. this.dgvmain.DefaultCellStyle = dataGridViewCellStyle2;
  264. this.dgvmain.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.dgvmain.Location = new System.Drawing.Point(0, 25);
  266. this.dgvmain.Name = "dgvmain";
  267. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  268. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  269. dataGridViewCellStyle3.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  271. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  272. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  273. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  274. this.dgvmain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  275. this.dgvmain.RowHeadersWidth = 30;
  276. this.dgvmain.RowTemplate.Height = 23;
  277. this.dgvmain.Size = new System.Drawing.Size(963, 520);
  278. this.dgvmain.TabIndex = 10;
  279. this.dgvmain.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_CellMouseDown);
  280. //
  281. // 选择
  282. //
  283. this.选择.DataPropertyName = "IsSelected";
  284. this.选择.FalseValue = "0";
  285. this.选择.HeaderText = "选择";
  286. this.选择.Name = "选择";
  287. this.选择.TrueValue = "1";
  288. this.选择.Width = 60;
  289. //
  290. // bindingNavigator2
  291. //
  292. this.bindingNavigator2.AddNewItem = null;
  293. this.bindingNavigator2.CountItem = this.toolStripLabel3;
  294. this.bindingNavigator2.DeleteItem = null;
  295. this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  296. this.toolStripButton1,
  297. this.toolStripButton2,
  298. this.toolStripSeparator1,
  299. this.toolStripTextBox1,
  300. this.toolStripLabel3,
  301. this.toolStripSeparator3,
  302. this.toolStripButton4,
  303. this.toolStripButton5,
  304. this.toolStripSeparator4});
  305. this.bindingNavigator2.Location = new System.Drawing.Point(0, 0);
  306. this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
  307. this.bindingNavigator2.MoveLastItem = this.toolStripButton5;
  308. this.bindingNavigator2.MoveNextItem = this.toolStripButton4;
  309. this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
  310. this.bindingNavigator2.Name = "bindingNavigator2";
  311. this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
  312. this.bindingNavigator2.Size = new System.Drawing.Size(963, 25);
  313. this.bindingNavigator2.TabIndex = 9;
  314. this.bindingNavigator2.Text = "bindingNavigator2";
  315. //
  316. // toolStripLabel3
  317. //
  318. this.toolStripLabel3.Name = "toolStripLabel3";
  319. this.toolStripLabel3.Size = new System.Drawing.Size(35, 22);
  320. this.toolStripLabel3.Text = "of {0}";
  321. this.toolStripLabel3.ToolTipText = "总项数";
  322. //
  323. // toolStripButton1
  324. //
  325. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  326. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  327. this.toolStripButton1.Name = "toolStripButton1";
  328. this.toolStripButton1.RightToLeftAutoMirrorImage = true;
  329. this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  330. this.toolStripButton1.Text = "移到第一条记录";
  331. //
  332. // toolStripButton2
  333. //
  334. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  335. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  336. this.toolStripButton2.Name = "toolStripButton2";
  337. this.toolStripButton2.RightToLeftAutoMirrorImage = true;
  338. this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
  339. this.toolStripButton2.Text = "移到上一条记录";
  340. //
  341. // toolStripSeparator1
  342. //
  343. this.toolStripSeparator1.Name = "toolStripSeparator1";
  344. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  345. //
  346. // toolStripTextBox1
  347. //
  348. this.toolStripTextBox1.AccessibleName = "位置";
  349. this.toolStripTextBox1.AutoSize = false;
  350. this.toolStripTextBox1.Name = "toolStripTextBox1";
  351. this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
  352. this.toolStripTextBox1.Text = "0";
  353. this.toolStripTextBox1.ToolTipText = "当前位置";
  354. //
  355. // toolStripSeparator3
  356. //
  357. this.toolStripSeparator3.Name = "toolStripSeparator3";
  358. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  359. //
  360. // toolStripButton4
  361. //
  362. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  363. this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
  364. this.toolStripButton4.Name = "toolStripButton4";
  365. this.toolStripButton4.RightToLeftAutoMirrorImage = true;
  366. this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
  367. this.toolStripButton4.Text = "移到下一条记录";
  368. //
  369. // toolStripButton5
  370. //
  371. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  372. this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  373. this.toolStripButton5.Name = "toolStripButton5";
  374. this.toolStripButton5.RightToLeftAutoMirrorImage = true;
  375. this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
  376. this.toolStripButton5.Text = "移到最后一条记录";
  377. //
  378. // toolStripSeparator4
  379. //
  380. this.toolStripSeparator4.Name = "toolStripSeparator4";
  381. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  382. //
  383. // cms
  384. //
  385. this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  386. this.toolStripMenuItem2,
  387. this.toolStripMenuItem3,
  388. this.toolStripMenuItem4});
  389. this.cms.Name = "cms";
  390. this.cms.Size = new System.Drawing.Size(114, 70);
  391. this.cms.Opening += new System.ComponentModel.CancelEventHandler(this.cms_Opening);
  392. //
  393. // toolStripMenuItem2
  394. //
  395. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  396. this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
  397. this.toolStripMenuItem2.Text = "删除";
  398. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  399. //
  400. // toolStripMenuItem3
  401. //
  402. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  403. this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
  404. this.toolStripMenuItem3.Text = "全选";
  405. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  406. //
  407. // toolStripMenuItem4
  408. //
  409. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  410. this.toolStripMenuItem4.Size = new System.Drawing.Size(113, 22);
  411. this.toolStripMenuItem4.Text = "反全选";
  412. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  413. //
  414. // LayoutMstBase
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  418. this.ClientSize = new System.Drawing.Size(963, 637);
  419. this.Controls.Add(this.panel2);
  420. this.Controls.Add(this.panel1);
  421. this.Name = "LayoutMstBase";
  422. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  423. this.Text = "布局维护";
  424. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  425. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
  426. this.panel1.ResumeLayout(false);
  427. this.panel1.PerformLayout();
  428. this.panel2.ResumeLayout(false);
  429. this.panel2.PerformLayout();
  430. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
  432. this.bindingNavigator2.ResumeLayout(false);
  433. this.bindingNavigator2.PerformLayout();
  434. this.cms.ResumeLayout(false);
  435. this.ResumeLayout(false);
  436. }
  437. #endregion
  438. private System.Windows.Forms.Label label3;
  439. private System.Windows.Forms.TextBox editFCode;
  440. private System.Windows.Forms.Label label1;
  441. private System.Windows.Forms.TextBox editFName;
  442. private System.Windows.Forms.Button button1;
  443. private System.Windows.Forms.Button button2;
  444. private System.Windows.Forms.Button button3;
  445. private System.Windows.Forms.TextBox editRemark;
  446. private System.Windows.Forms.Label label2;
  447. private System.Windows.Forms.TextBox editModTime;
  448. private System.Windows.Forms.Label label4;
  449. private System.Windows.Forms.TextBox editRecTime;
  450. private System.Windows.Forms.Label label5;
  451. private System.Windows.Forms.Panel panel1;
  452. private System.Windows.Forms.Panel panel2;
  453. private System.Windows.Forms.Button button4;
  454. private System.Windows.Forms.DataGridView dgvmain;
  455. private System.Windows.Forms.BindingNavigator bindingNavigator2;
  456. private System.Windows.Forms.ToolStripLabel toolStripLabel3;
  457. private System.Windows.Forms.ToolStripButton toolStripButton1;
  458. private System.Windows.Forms.ToolStripButton toolStripButton2;
  459. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  460. private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
  461. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  462. private System.Windows.Forms.ToolStripButton toolStripButton4;
  463. private System.Windows.Forms.ToolStripButton toolStripButton5;
  464. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  465. private System.Windows.Forms.Button button5;
  466. private System.Windows.Forms.ContextMenuStrip cms;
  467. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  468. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  469. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  470. private System.Windows.Forms.DataGridViewCheckBoxColumn 选择;
  471. }
  472. }