MeasureSetUp.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. 
  2. using Resources;
  3. using SmartCoalApplication.Core.CustomControl;
  4. using System;
  5. namespace SmartCoalApplication.MeasureProcedure
  6. {
  7. partial class MeasureSetUp
  8. {
  9. /// <summary>
  10. /// Required designer variable.
  11. /// </summary>
  12. private System.ComponentModel.IContainer components = null;
  13. /// <summary>
  14. /// Clean up any resources being used.
  15. /// </summary>
  16. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  17. protected override void Dispose(bool disposing)
  18. {
  19. if (disposing && (components != null))
  20. {
  21. components.Dispose();
  22. }
  23. base.Dispose(disposing);
  24. }
  25. #region Windows Form Designer generated code
  26. /// <summary>
  27. /// Required method for Designer support - do not modify
  28. /// the contents of this method with the code editor.
  29. /// </summary>
  30. private void InitializeComponent()
  31. {
  32. this.components = new System.ComponentModel.Container();
  33. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("節點0");
  34. this.contextRootAdd = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.rootAdd = new System.Windows.Forms.ToolStripMenuItem();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.buttonCancel = new System.Windows.Forms.Button();
  38. this.buttonDetermine = new System.Windows.Forms.Button();
  39. this.groupBox2 = new System.Windows.Forms.GroupBox();
  40. this.treeViewSort = new System.Windows.Forms.TreeView();
  41. this.groupBox3 = new System.Windows.Forms.GroupBox();
  42. this.comboBox2 = new System.Windows.Forms.ComboBox();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.comboBox1 = new System.Windows.Forms.ComboBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.textBox1 = new System.Windows.Forms.TextBox();
  47. this.buttonDelete = new System.Windows.Forms.Button();
  48. this.buttonInsert = new System.Windows.Forms.Button();
  49. this.textzbieMing = new SmartCoalApplication.Core.CustomControl.NewTextBox();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.groupBox4 = new System.Windows.Forms.GroupBox();
  53. this.listCeliangxian = new System.Windows.Forms.ListBox();
  54. this.groupBox5 = new System.Windows.Forms.GroupBox();
  55. this.buttonAbsoValLeft = new System.Windows.Forms.Button();
  56. this.buttonAbsoValRight = new System.Windows.Forms.Button();
  57. this.button4 = new System.Windows.Forms.Button();
  58. this.button3 = new System.Windows.Forms.Button();
  59. this.button2 = new System.Windows.Forms.Button();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.buttonYoukuohao = new System.Windows.Forms.Button();
  62. this.buttonZuokuohao = new System.Windows.Forms.Button();
  63. this.buttonChu = new System.Windows.Forms.Button();
  64. this.buttonCheng = new System.Windows.Forms.Button();
  65. this.buttonJian = new System.Windows.Forms.Button();
  66. this.buttonJIa = new System.Windows.Forms.Button();
  67. this.contextMenuEdit = new System.Windows.Forms.ContextMenuStrip(this.components);
  68. this.toolStripMenuEdit1 = new System.Windows.Forms.ToolStripMenuItem();
  69. this.toolStripMenuDelete1 = new System.Windows.Forms.ToolStripMenuItem();
  70. this.contextRootAdd.SuspendLayout();
  71. this.groupBox1.SuspendLayout();
  72. this.groupBox2.SuspendLayout();
  73. this.groupBox3.SuspendLayout();
  74. this.groupBox4.SuspendLayout();
  75. this.groupBox5.SuspendLayout();
  76. this.contextMenuEdit.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // contextRootAdd
  80. //
  81. this.contextRootAdd.ImageScalingSize = new System.Drawing.Size(20, 20);
  82. this.contextRootAdd.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  83. this.rootAdd});
  84. this.contextRootAdd.Name = "contextRootAdd";
  85. this.contextRootAdd.Size = new System.Drawing.Size(101, 26);
  86. //
  87. // rootAdd
  88. //
  89. this.rootAdd.Name = "rootAdd";
  90. this.rootAdd.Size = new System.Drawing.Size(100, 22);
  91. this.rootAdd.Text = "新增";
  92. this.rootAdd.Click += new System.EventHandler(this.rootAdd_Click);
  93. //
  94. // groupBox1
  95. //
  96. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.groupBox1.Controls.Add(this.buttonCancel);
  99. this.groupBox1.Controls.Add(this.buttonDetermine);
  100. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(880, 60);
  103. this.groupBox1.TabIndex = 0;
  104. this.groupBox1.TabStop = false;
  105. this.groupBox1.Text = "操作";
  106. //
  107. // buttonCancel
  108. //
  109. this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Right)));
  111. this.buttonCancel.Location = new System.Drawing.Point(778, 24);
  112. this.buttonCancel.Name = "buttonCancel";
  113. this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  114. this.buttonCancel.TabIndex = 6;
  115. this.buttonCancel.Text = "取消";
  116. this.buttonCancel.UseVisualStyleBackColor = true;
  117. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  118. //
  119. // buttonDetermine
  120. //
  121. this.buttonDetermine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.buttonDetermine.Location = new System.Drawing.Point(697, 24);
  124. this.buttonDetermine.Name = "buttonDetermine";
  125. this.buttonDetermine.Size = new System.Drawing.Size(75, 23);
  126. this.buttonDetermine.TabIndex = 5;
  127. this.buttonDetermine.Text = "確定";
  128. this.buttonDetermine.UseVisualStyleBackColor = true;
  129. this.buttonDetermine.Click += new System.EventHandler(this.buttonDetermine_Click);
  130. //
  131. // groupBox2
  132. //
  133. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)));
  135. this.groupBox2.Controls.Add(this.treeViewSort);
  136. this.groupBox2.Location = new System.Drawing.Point(12, 78);
  137. this.groupBox2.Name = "groupBox2";
  138. this.groupBox2.Size = new System.Drawing.Size(247, 518);
  139. this.groupBox2.TabIndex = 1;
  140. this.groupBox2.TabStop = false;
  141. this.groupBox2.Text = "分類";
  142. //
  143. // treeViewSort
  144. //
  145. this.treeViewSort.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  146. | System.Windows.Forms.AnchorStyles.Left)
  147. | System.Windows.Forms.AnchorStyles.Right)));
  148. this.treeViewSort.Location = new System.Drawing.Point(6, 24);
  149. this.treeViewSort.Name = "treeViewSort";
  150. treeNode2.ContextMenuStrip = this.contextRootAdd;
  151. treeNode2.Name = "節點0";
  152. treeNode2.Text = "節點0";
  153. this.treeViewSort.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  154. treeNode2});
  155. this.treeViewSort.Size = new System.Drawing.Size(235, 488);
  156. this.treeViewSort.TabIndex = 0;
  157. this.treeViewSort.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewSort_MouseDown);
  158. //
  159. // groupBox3
  160. //
  161. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  162. | System.Windows.Forms.AnchorStyles.Right)));
  163. this.groupBox3.Controls.Add(this.comboBox2);
  164. this.groupBox3.Controls.Add(this.label4);
  165. this.groupBox3.Controls.Add(this.comboBox1);
  166. this.groupBox3.Controls.Add(this.label3);
  167. this.groupBox3.Controls.Add(this.textBox1);
  168. this.groupBox3.Controls.Add(this.buttonDelete);
  169. this.groupBox3.Controls.Add(this.buttonInsert);
  170. this.groupBox3.Controls.Add(this.textzbieMing);
  171. this.groupBox3.Controls.Add(this.label2);
  172. this.groupBox3.Controls.Add(this.label1);
  173. this.groupBox3.Location = new System.Drawing.Point(265, 78);
  174. this.groupBox3.Name = "groupBox3";
  175. this.groupBox3.Size = new System.Drawing.Size(627, 147);
  176. this.groupBox3.TabIndex = 2;
  177. this.groupBox3.TabStop = false;
  178. this.groupBox3.Text = "測量綫設置";
  179. //
  180. // comboBox2
  181. //
  182. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  183. this.comboBox2.FormattingEnabled = true;
  184. this.comboBox2.Items.AddRange(new object[] {
  185. "是",
  186. "否"});
  187. this.comboBox2.Location = new System.Drawing.Point(80, 91);
  188. this.comboBox2.Name = "comboBox2";
  189. this.comboBox2.Size = new System.Drawing.Size(300, 20);
  190. this.comboBox2.TabIndex = 10;
  191. //
  192. // label4
  193. //
  194. this.label4.AutoSize = true;
  195. this.label4.Location = new System.Drawing.Point(22, 95);
  196. this.label4.Name = "label4";
  197. this.label4.Size = new System.Drawing.Size(41, 12);
  198. this.label4.TabIndex = 9;
  199. this.label4.Text = "標尺:";
  200. //
  201. // comboBox1
  202. //
  203. this.comboBox1.FormattingEnabled = true;
  204. this.comboBox1.Items.AddRange(new object[] {
  205. "是",
  206. "否"});
  207. this.comboBox1.Location = new System.Drawing.Point(80, 119);
  208. this.comboBox1.Name = "comboBox1";
  209. this.comboBox1.Size = new System.Drawing.Size(300, 20);
  210. this.comboBox1.TabIndex = 8;
  211. //
  212. // label3
  213. //
  214. this.label3.AutoSize = true;
  215. this.label3.Location = new System.Drawing.Point(10, 123);
  216. this.label3.Name = "label3";
  217. this.label3.Size = new System.Drawing.Size(53, 12);
  218. this.label3.TabIndex = 7;
  219. this.label3.Text = "導電布:";
  220. //
  221. // textBox1
  222. //
  223. this.textBox1.Location = new System.Drawing.Point(80, 62);
  224. this.textBox1.Name = "textBox1";
  225. this.textBox1.Size = new System.Drawing.Size(300, 21);
  226. this.textBox1.TabIndex = 6;
  227. this.textBox1.GotFocus += new System.EventHandler(this.txt_GotFocus);
  228. //
  229. // buttonDelete
  230. //
  231. this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  232. this.buttonDelete.Location = new System.Drawing.Point(525, 118);
  233. this.buttonDelete.Name = "buttonDelete";
  234. this.buttonDelete.Size = new System.Drawing.Size(75, 23);
  235. this.buttonDelete.TabIndex = 5;
  236. this.buttonDelete.Text = "刪除";
  237. this.buttonDelete.UseVisualStyleBackColor = true;
  238. this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
  239. //
  240. // buttonInsert
  241. //
  242. this.buttonInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  243. this.buttonInsert.Location = new System.Drawing.Point(444, 118);
  244. this.buttonInsert.Name = "buttonInsert";
  245. this.buttonInsert.Size = new System.Drawing.Size(75, 23);
  246. this.buttonInsert.TabIndex = 4;
  247. this.buttonInsert.Text = "插入";
  248. this.buttonInsert.UseVisualStyleBackColor = true;
  249. this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
  250. //
  251. // textzbieMing
  252. //
  253. this.textzbieMing.Location = new System.Drawing.Point(80, 33);
  254. this.textzbieMing.Name = "textzbieMing";
  255. this.textzbieMing.Size = new System.Drawing.Size(300, 21);
  256. this.textzbieMing.TabIndex = 2;
  257. //
  258. // label2
  259. //
  260. this.label2.AutoSize = true;
  261. this.label2.Location = new System.Drawing.Point(22, 66);
  262. this.label2.Name = "label2";
  263. this.label2.Size = new System.Drawing.Size(41, 12);
  264. this.label2.TabIndex = 1;
  265. this.label2.Text = "公式:";
  266. //
  267. // label1
  268. //
  269. this.label1.AutoSize = true;
  270. this.label1.Location = new System.Drawing.Point(22, 37);
  271. this.label1.Name = "label1";
  272. this.label1.Size = new System.Drawing.Size(41, 12);
  273. this.label1.TabIndex = 0;
  274. this.label1.Text = "別名:";
  275. //
  276. // groupBox4
  277. //
  278. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  279. | System.Windows.Forms.AnchorStyles.Left)
  280. | System.Windows.Forms.AnchorStyles.Right)));
  281. this.groupBox4.Controls.Add(this.listCeliangxian);
  282. this.groupBox4.Location = new System.Drawing.Point(265, 231);
  283. this.groupBox4.Name = "groupBox4";
  284. this.groupBox4.Size = new System.Drawing.Size(418, 365);
  285. this.groupBox4.TabIndex = 3;
  286. this.groupBox4.TabStop = false;
  287. this.groupBox4.Text = "測量綫";
  288. //
  289. // listCeliangxian
  290. //
  291. this.listCeliangxian.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Left)
  293. | System.Windows.Forms.AnchorStyles.Right)));
  294. this.listCeliangxian.FormattingEnabled = true;
  295. this.listCeliangxian.ItemHeight = 12;
  296. this.listCeliangxian.Location = new System.Drawing.Point(6, 22);
  297. this.listCeliangxian.Name = "listCeliangxian";
  298. this.listCeliangxian.Size = new System.Drawing.Size(406, 304);
  299. this.listCeliangxian.TabIndex = 0;
  300. this.listCeliangxian.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listCeliangxian_MouseDown);
  301. //
  302. // groupBox5
  303. //
  304. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  305. | System.Windows.Forms.AnchorStyles.Right)));
  306. this.groupBox5.Controls.Add(this.buttonAbsoValLeft);
  307. this.groupBox5.Controls.Add(this.buttonAbsoValRight);
  308. this.groupBox5.Controls.Add(this.button4);
  309. this.groupBox5.Controls.Add(this.button3);
  310. this.groupBox5.Controls.Add(this.button2);
  311. this.groupBox5.Controls.Add(this.button1);
  312. this.groupBox5.Controls.Add(this.buttonYoukuohao);
  313. this.groupBox5.Controls.Add(this.buttonZuokuohao);
  314. this.groupBox5.Controls.Add(this.buttonChu);
  315. this.groupBox5.Controls.Add(this.buttonCheng);
  316. this.groupBox5.Controls.Add(this.buttonJian);
  317. this.groupBox5.Controls.Add(this.buttonJIa);
  318. this.groupBox5.Location = new System.Drawing.Point(692, 231);
  319. this.groupBox5.Name = "groupBox5";
  320. this.groupBox5.Size = new System.Drawing.Size(200, 365);
  321. this.groupBox5.TabIndex = 4;
  322. this.groupBox5.TabStop = false;
  323. this.groupBox5.Text = "公式符號";
  324. //
  325. // buttonAbsoValLeft
  326. //
  327. this.buttonAbsoValLeft.Location = new System.Drawing.Point(62, 227);
  328. this.buttonAbsoValLeft.Name = "buttonAbsoValLeft";
  329. this.buttonAbsoValLeft.Size = new System.Drawing.Size(75, 23);
  330. this.buttonAbsoValLeft.TabIndex = 16;
  331. this.buttonAbsoValLeft.Text = "[";
  332. this.buttonAbsoValLeft.UseVisualStyleBackColor = true;
  333. this.buttonAbsoValLeft.Click += new System.EventHandler(this.buttonAbsoValLeft_Click);
  334. //
  335. // buttonAbsoValRight
  336. //
  337. this.buttonAbsoValRight.Location = new System.Drawing.Point(62, 255);
  338. this.buttonAbsoValRight.Name = "buttonAbsoValRight";
  339. this.buttonAbsoValRight.Size = new System.Drawing.Size(75, 23);
  340. this.buttonAbsoValRight.TabIndex = 15;
  341. this.buttonAbsoValRight.Text = "]";
  342. this.buttonAbsoValRight.UseVisualStyleBackColor = true;
  343. this.buttonAbsoValRight.Click += new System.EventHandler(this.button5_Click);
  344. //
  345. // button4
  346. //
  347. this.button4.Location = new System.Drawing.Point(62, 339);
  348. this.button4.Name = "button4";
  349. this.button4.Size = new System.Drawing.Size(75, 23);
  350. this.button4.TabIndex = 14;
  351. this.button4.Text = "\\";
  352. this.button4.UseVisualStyleBackColor = true;
  353. this.button4.Click += new System.EventHandler(this.button4_Click);
  354. //
  355. // button3
  356. //
  357. this.button3.Location = new System.Drawing.Point(62, 87);
  358. this.button3.Name = "button3";
  359. this.button3.Size = new System.Drawing.Size(75, 23);
  360. this.button3.TabIndex = 13;
  361. this.button3.Text = "平均值";
  362. this.button3.UseVisualStyleBackColor = true;
  363. this.button3.Click += new System.EventHandler(this.button_Click);
  364. //
  365. // button2
  366. //
  367. this.button2.Location = new System.Drawing.Point(62, 59);
  368. this.button2.Name = "button2";
  369. this.button2.Size = new System.Drawing.Size(75, 23);
  370. this.button2.TabIndex = 12;
  371. this.button2.Text = "最小值";
  372. this.button2.UseVisualStyleBackColor = true;
  373. this.button2.Click += new System.EventHandler(this.button_Click);
  374. //
  375. // button1
  376. //
  377. this.button1.Location = new System.Drawing.Point(62, 31);
  378. this.button1.Name = "button1";
  379. this.button1.Size = new System.Drawing.Size(75, 23);
  380. this.button1.TabIndex = 11;
  381. this.button1.Text = "最大值";
  382. this.button1.UseVisualStyleBackColor = true;
  383. this.button1.Click += new System.EventHandler(this.button_Click);
  384. //
  385. // buttonYoukuohao
  386. //
  387. this.buttonYoukuohao.Location = new System.Drawing.Point(62, 311);
  388. this.buttonYoukuohao.Name = "buttonYoukuohao";
  389. this.buttonYoukuohao.Size = new System.Drawing.Size(75, 23);
  390. this.buttonYoukuohao.TabIndex = 10;
  391. this.buttonYoukuohao.Text = ")";
  392. this.buttonYoukuohao.UseVisualStyleBackColor = true;
  393. this.buttonYoukuohao.Click += new System.EventHandler(this.buttonYoukuohao_Click);
  394. //
  395. // buttonZuokuohao
  396. //
  397. this.buttonZuokuohao.Location = new System.Drawing.Point(62, 283);
  398. this.buttonZuokuohao.Name = "buttonZuokuohao";
  399. this.buttonZuokuohao.Size = new System.Drawing.Size(75, 23);
  400. this.buttonZuokuohao.TabIndex = 9;
  401. this.buttonZuokuohao.Text = "(";
  402. this.buttonZuokuohao.UseVisualStyleBackColor = true;
  403. this.buttonZuokuohao.Click += new System.EventHandler(this.buttonZuokuohao_Click);
  404. //
  405. // buttonChu
  406. //
  407. this.buttonChu.Location = new System.Drawing.Point(62, 199);
  408. this.buttonChu.Name = "buttonChu";
  409. this.buttonChu.Size = new System.Drawing.Size(75, 23);
  410. this.buttonChu.TabIndex = 8;
  411. this.buttonChu.Text = "/";
  412. this.buttonChu.UseVisualStyleBackColor = true;
  413. this.buttonChu.Click += new System.EventHandler(this.buttonChu_Click);
  414. //
  415. // buttonCheng
  416. //
  417. this.buttonCheng.Location = new System.Drawing.Point(62, 171);
  418. this.buttonCheng.Name = "buttonCheng";
  419. this.buttonCheng.Size = new System.Drawing.Size(75, 23);
  420. this.buttonCheng.TabIndex = 7;
  421. this.buttonCheng.Text = "*";
  422. this.buttonCheng.UseVisualStyleBackColor = true;
  423. this.buttonCheng.Click += new System.EventHandler(this.buttonCheng_Click);
  424. //
  425. // buttonJian
  426. //
  427. this.buttonJian.Location = new System.Drawing.Point(62, 143);
  428. this.buttonJian.Name = "buttonJian";
  429. this.buttonJian.Size = new System.Drawing.Size(75, 23);
  430. this.buttonJian.TabIndex = 6;
  431. this.buttonJian.Text = "-";
  432. this.buttonJian.UseVisualStyleBackColor = true;
  433. this.buttonJian.Click += new System.EventHandler(this.buttonJian_Click);
  434. //
  435. // buttonJIa
  436. //
  437. this.buttonJIa.Location = new System.Drawing.Point(62, 115);
  438. this.buttonJIa.Name = "buttonJIa";
  439. this.buttonJIa.Size = new System.Drawing.Size(75, 23);
  440. this.buttonJIa.TabIndex = 5;
  441. this.buttonJIa.Text = "+";
  442. this.buttonJIa.UseVisualStyleBackColor = true;
  443. this.buttonJIa.Click += new System.EventHandler(this.buttonJIa_Click);
  444. //
  445. // contextMenuEdit
  446. //
  447. this.contextMenuEdit.ImageScalingSize = new System.Drawing.Size(20, 20);
  448. this.contextMenuEdit.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  449. this.toolStripMenuEdit1,
  450. this.toolStripMenuDelete1});
  451. this.contextMenuEdit.Name = "contextMenuEdit";
  452. this.contextMenuEdit.Size = new System.Drawing.Size(101, 48);
  453. //
  454. // toolStripMenuEdit1
  455. //
  456. this.toolStripMenuEdit1.Name = "toolStripMenuEdit1";
  457. this.toolStripMenuEdit1.Size = new System.Drawing.Size(100, 22);
  458. this.toolStripMenuEdit1.Text = "編輯";
  459. this.toolStripMenuEdit1.Click += new System.EventHandler(this.toolStripMenuEdit1_Click);
  460. //
  461. // toolStripMenuDelete1
  462. //
  463. this.toolStripMenuDelete1.Name = "toolStripMenuDelete1";
  464. this.toolStripMenuDelete1.Size = new System.Drawing.Size(100, 22);
  465. this.toolStripMenuDelete1.Text = "刪除";
  466. this.toolStripMenuDelete1.Click += new System.EventHandler(this.toolStripMenuDelete1_Click);
  467. //
  468. // MeasureSetUp
  469. //
  470. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  471. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  472. this.ClientSize = new System.Drawing.Size(904, 608);
  473. this.Controls.Add(this.groupBox5);
  474. this.Controls.Add(this.groupBox4);
  475. this.Controls.Add(this.groupBox3);
  476. this.Controls.Add(this.groupBox2);
  477. this.Controls.Add(this.groupBox1);
  478. this.MinimizeBox = false;
  479. this.Name = "MeasureSetUp";
  480. this.Text = "測試規程設置";
  481. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  482. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MeasureSetUp_FormClosing);
  483. this.Load += new System.EventHandler(this.MeasureSetUp_Load);
  484. this.Controls.SetChildIndex(this.groupBox1, 0);
  485. this.Controls.SetChildIndex(this.groupBox2, 0);
  486. this.Controls.SetChildIndex(this.groupBox3, 0);
  487. this.Controls.SetChildIndex(this.groupBox4, 0);
  488. this.Controls.SetChildIndex(this.groupBox5, 0);
  489. this.contextRootAdd.ResumeLayout(false);
  490. this.groupBox1.ResumeLayout(false);
  491. this.groupBox2.ResumeLayout(false);
  492. this.groupBox3.ResumeLayout(false);
  493. this.groupBox3.PerformLayout();
  494. this.groupBox4.ResumeLayout(false);
  495. this.groupBox5.ResumeLayout(false);
  496. this.contextMenuEdit.ResumeLayout(false);
  497. this.ResumeLayout(false);
  498. }
  499. #endregion
  500. private System.Windows.Forms.GroupBox groupBox1;
  501. private System.Windows.Forms.Button buttonCancel;
  502. private System.Windows.Forms.Button buttonDetermine;
  503. private System.Windows.Forms.GroupBox groupBox2;
  504. private System.Windows.Forms.TreeView treeViewSort;
  505. private System.Windows.Forms.GroupBox groupBox3;
  506. private System.Windows.Forms.Button buttonDelete;
  507. private System.Windows.Forms.Button buttonInsert;
  508. private System.Windows.Forms.Label label2;
  509. private System.Windows.Forms.Label label1;
  510. private System.Windows.Forms.GroupBox groupBox4;
  511. private System.Windows.Forms.GroupBox groupBox5;
  512. private System.Windows.Forms.Button buttonYoukuohao;
  513. private System.Windows.Forms.Button buttonZuokuohao;
  514. private System.Windows.Forms.Button buttonChu;
  515. private System.Windows.Forms.Button buttonCheng;
  516. private System.Windows.Forms.Button buttonJian;
  517. private System.Windows.Forms.Button buttonJIa;
  518. private System.Windows.Forms.ContextMenuStrip contextRootAdd;
  519. private System.Windows.Forms.ToolStripMenuItem rootAdd;
  520. private System.Windows.Forms.ListBox listCeliangxian;
  521. private System.Windows.Forms.ContextMenuStrip contextMenuEdit;
  522. private System.Windows.Forms.ToolStripMenuItem toolStripMenuEdit1;
  523. private System.Windows.Forms.ToolStripMenuItem toolStripMenuDelete1;
  524. private System.Windows.Forms.TextBox textBox1;
  525. private System.Windows.Forms.Button button3;
  526. private System.Windows.Forms.Button button2;
  527. private System.Windows.Forms.Button button1;
  528. private NewTextBox textzbieMing;
  529. private System.Windows.Forms.Label label3;
  530. private System.Windows.Forms.ComboBox comboBox1;
  531. private System.Windows.Forms.Button button4;
  532. private System.Windows.Forms.ComboBox comboBox2;
  533. private System.Windows.Forms.Label label4;
  534. private System.Windows.Forms.Button buttonAbsoValLeft;
  535. private System.Windows.Forms.Button buttonAbsoValRight;
  536. }
  537. }