ExportWord.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. namespace OTSReportTemplate
  2. {
  3. partial class Mainframe
  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(Mainframe));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.btn_BUTTON = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
  32. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
  40. this.btn_AddRichTextBox = new System.Windows.Forms.ToolStripButton();
  41. this.btn_AddTextBox = new System.Windows.Forms.ToolStripButton();
  42. this.btn_AddLable = new System.Windows.Forms.ToolStripButton();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.dtpTime = new System.Windows.Forms.DateTimePicker();
  46. this.labCtrName = new System.Windows.Forms.Label();
  47. this.btn_Save = new System.Windows.Forms.Button();
  48. this.txtCtrName = new System.Windows.Forms.TextBox();
  49. this.comboBox2 = new System.Windows.Forms.ComboBox();
  50. this.labCtrText = new System.Windows.Forms.Label();
  51. this.txtCtrText = new System.Windows.Forms.TextBox();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.labCtrWidth = new System.Windows.Forms.Label();
  54. this.txtCtrWidth = new System.Windows.Forms.TextBox();
  55. this.comboBox1 = new System.Windows.Forms.ComboBox();
  56. this.labCtrHeight = new System.Windows.Forms.Label();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.txtCtrHeight = new System.Windows.Forms.TextBox();
  59. this.groupBox2 = new System.Windows.Forms.GroupBox();
  60. this.designPanel = new System.Windows.Forms.Panel();
  61. this.toolStrip1.SuspendLayout();
  62. this.groupBox1.SuspendLayout();
  63. this.groupBox2.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // toolStrip1
  67. //
  68. this.toolStrip1.AutoSize = false;
  69. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  70. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.btn_BUTTON,
  72. this.toolStripButton3,
  73. this.toolStripButton1,
  74. this.toolStripButton8,
  75. this.toolStripButton7,
  76. this.toolStripButton6,
  77. this.toolStripButton5,
  78. this.toolStripButton4,
  79. this.toolStripButton2,
  80. this.toolStripButton9,
  81. this.btn_AddRichTextBox,
  82. this.btn_AddTextBox,
  83. this.btn_AddLable});
  84. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  85. this.toolStrip1.Name = "toolStrip1";
  86. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  87. this.toolStrip1.Size = new System.Drawing.Size(1740, 171);
  88. this.toolStrip1.TabIndex = 2;
  89. this.toolStrip1.Text = "toolStrip1";
  90. //
  91. // btn_BUTTON
  92. //
  93. this.btn_BUTTON.AutoSize = false;
  94. this.btn_BUTTON.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  95. this.btn_BUTTON.Image = ((System.Drawing.Image)(resources.GetObject("btn_BUTTON.Image")));
  96. this.btn_BUTTON.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.btn_BUTTON.Name = "btn_BUTTON";
  98. this.btn_BUTTON.Size = new System.Drawing.Size(70, 58);
  99. this.btn_BUTTON.Text = "按钮";
  100. this.btn_BUTTON.Click += new System.EventHandler(this.btn_BUTTON_Click);
  101. //
  102. // toolStripButton3
  103. //
  104. this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  105. this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
  106. this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.toolStripButton3.Name = "toolStripButton3";
  108. this.toolStripButton3.Size = new System.Drawing.Size(68, 168);
  109. this.toolStripButton3.Text = "三角图";
  110. this.toolStripButton3.Click += new System.EventHandler(this.btn_AddPictureBoxSeven_Click);
  111. //
  112. // toolStripButton1
  113. //
  114. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  115. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  116. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.toolStripButton1.Name = "toolStripButton1";
  118. this.toolStripButton1.Size = new System.Drawing.Size(104, 168);
  119. this.toolStripButton1.Text = "颗粒成分图";
  120. this.toolStripButton1.Click += new System.EventHandler(this.btn_AddPictureBoxSix_Click);
  121. //
  122. // toolStripButton8
  123. //
  124. this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  125. this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
  126. this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.toolStripButton8.Name = "toolStripButton8";
  128. this.toolStripButton8.Size = new System.Drawing.Size(104, 168);
  129. this.toolStripButton8.Text = "元素成分表";
  130. this.toolStripButton8.Click += new System.EventHandler(this.btn_AddPictureBoxFive_Click);
  131. //
  132. // toolStripButton7
  133. //
  134. this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  135. this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
  136. this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.toolStripButton7.Name = "toolStripButton7";
  138. this.toolStripButton7.Size = new System.Drawing.Size(104, 168);
  139. this.toolStripButton7.Text = "元素成分图";
  140. this.toolStripButton7.Click += new System.EventHandler(this.btn_AddPictureBoxFour_Click);
  141. //
  142. // toolStripButton6
  143. //
  144. this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  145. this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
  146. this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.toolStripButton6.Name = "toolStripButton6";
  148. this.toolStripButton6.Size = new System.Drawing.Size(140, 168);
  149. this.toolStripButton6.Text = "颗粒尺寸分布表";
  150. this.toolStripButton6.Click += new System.EventHandler(this.btn_AddPictureBoxThree_Click);
  151. //
  152. // toolStripButton5
  153. //
  154. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  155. this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  156. this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.toolStripButton5.Name = "toolStripButton5";
  158. this.toolStripButton5.Size = new System.Drawing.Size(194, 168);
  159. this.toolStripButton5.Text = "颗粒平均元素成分含量";
  160. this.toolStripButton5.Click += new System.EventHandler(this.btn_AddPictureBoxTwo_Click);
  161. //
  162. // toolStripButton4
  163. //
  164. this.toolStripButton4.BackColor = System.Drawing.SystemColors.ButtonFace;
  165. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  166. this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.toolStripButton4.Name = "toolStripButton4";
  168. this.toolStripButton4.Size = new System.Drawing.Size(86, 168);
  169. this.toolStripButton4.Text = "颗粒列表";
  170. this.toolStripButton4.Click += new System.EventHandler(this.btn_AddPictureBoxOne_Click);
  171. this.toolStripButton4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.toolStripButton2_MouseUp);
  172. //
  173. // toolStripButton2
  174. //
  175. this.toolStripButton2.BackColor = System.Drawing.SystemColors.ButtonFace;
  176. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  177. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  178. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  179. this.toolStripButton2.Name = "toolStripButton2";
  180. this.toolStripButton2.Size = new System.Drawing.Size(104, 168);
  181. this.toolStripButton2.Tag = "";
  182. this.toolStripButton2.Text = "成分分布表";
  183. this.toolStripButton2.Click += new System.EventHandler(this.btn_AddPictureBox_Click);
  184. //
  185. // toolStripButton9
  186. //
  187. this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  188. this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
  189. this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
  190. this.toolStripButton9.Name = "toolStripButton9";
  191. this.toolStripButton9.Size = new System.Drawing.Size(86, 168);
  192. this.toolStripButton9.Text = "公司图标";
  193. this.toolStripButton9.Click += new System.EventHandler(this.btn_AddPictureBoxEight_Click);
  194. //
  195. // btn_AddRichTextBox
  196. //
  197. this.btn_AddRichTextBox.AutoSize = false;
  198. this.btn_AddRichTextBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  199. this.btn_AddRichTextBox.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddRichTextBox.Image")));
  200. this.btn_AddRichTextBox.ImageTransparentColor = System.Drawing.Color.Magenta;
  201. this.btn_AddRichTextBox.Name = "btn_AddRichTextBox";
  202. this.btn_AddRichTextBox.Size = new System.Drawing.Size(70, 58);
  203. this.btn_AddRichTextBox.Text = "公司名";
  204. this.btn_AddRichTextBox.Click += new System.EventHandler(this.btn_AddRichTextBox_Click);
  205. //
  206. // btn_AddTextBox
  207. //
  208. this.btn_AddTextBox.AutoSize = false;
  209. this.btn_AddTextBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  210. this.btn_AddTextBox.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddTextBox.Image")));
  211. this.btn_AddTextBox.ImageTransparentColor = System.Drawing.Color.Magenta;
  212. this.btn_AddTextBox.Name = "btn_AddTextBox";
  213. this.btn_AddTextBox.Size = new System.Drawing.Size(70, 58);
  214. this.btn_AddTextBox.Text = "文本框";
  215. this.btn_AddTextBox.Click += new System.EventHandler(this.btn_AddTextBox_Click);
  216. //
  217. // btn_AddLable
  218. //
  219. this.btn_AddLable.AccessibleName = " ";
  220. this.btn_AddLable.AutoSize = false;
  221. this.btn_AddLable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  222. this.btn_AddLable.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddLable.Image")));
  223. this.btn_AddLable.ImageTransparentColor = System.Drawing.Color.Magenta;
  224. this.btn_AddLable.Name = "btn_AddLable";
  225. this.btn_AddLable.Size = new System.Drawing.Size(70, 58);
  226. this.btn_AddLable.Text = "静态文本";
  227. this.btn_AddLable.Click += new System.EventHandler(this.btn_AddLable_Click);
  228. //
  229. // groupBox1
  230. //
  231. this.groupBox1.Controls.Add(this.button1);
  232. this.groupBox1.Controls.Add(this.dtpTime);
  233. this.groupBox1.Controls.Add(this.labCtrName);
  234. this.groupBox1.Controls.Add(this.btn_Save);
  235. this.groupBox1.Controls.Add(this.txtCtrName);
  236. this.groupBox1.Controls.Add(this.comboBox2);
  237. this.groupBox1.Controls.Add(this.labCtrText);
  238. this.groupBox1.Controls.Add(this.txtCtrText);
  239. this.groupBox1.Controls.Add(this.label3);
  240. this.groupBox1.Controls.Add(this.labCtrWidth);
  241. this.groupBox1.Controls.Add(this.txtCtrWidth);
  242. this.groupBox1.Controls.Add(this.comboBox1);
  243. this.groupBox1.Controls.Add(this.labCtrHeight);
  244. this.groupBox1.Controls.Add(this.label2);
  245. this.groupBox1.Controls.Add(this.txtCtrHeight);
  246. this.groupBox1.Location = new System.Drawing.Point(12, 203);
  247. this.groupBox1.Name = "groupBox1";
  248. this.groupBox1.Size = new System.Drawing.Size(605, 530);
  249. this.groupBox1.TabIndex = 18;
  250. this.groupBox1.TabStop = false;
  251. this.groupBox1.Text = "属性设置";
  252. //
  253. // button1
  254. //
  255. this.button1.Location = new System.Drawing.Point(285, 393);
  256. this.button1.Name = "button1";
  257. this.button1.Size = new System.Drawing.Size(126, 35);
  258. this.button1.TabIndex = 17;
  259. this.button1.Text = "读取txt文件";
  260. this.button1.UseVisualStyleBackColor = true;
  261. this.button1.Click += new System.EventHandler(this.button1_Click);
  262. //
  263. // dtpTime
  264. //
  265. this.dtpTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  266. this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  267. this.dtpTime.Location = new System.Drawing.Point(28, 227);
  268. this.dtpTime.Name = "dtpTime";
  269. this.dtpTime.ShowUpDown = true;
  270. this.dtpTime.Size = new System.Drawing.Size(200, 28);
  271. this.dtpTime.TabIndex = 0;
  272. //
  273. // labCtrName
  274. //
  275. this.labCtrName.AutoSize = true;
  276. this.labCtrName.Location = new System.Drawing.Point(7, 48);
  277. this.labCtrName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  278. this.labCtrName.Name = "labCtrName";
  279. this.labCtrName.Size = new System.Drawing.Size(80, 18);
  280. this.labCtrName.TabIndex = 0;
  281. this.labCtrName.Text = "控件名:";
  282. //
  283. // btn_Save
  284. //
  285. this.btn_Save.Font = new System.Drawing.Font("华文中宋", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.btn_Save.Location = new System.Drawing.Point(285, 323);
  287. this.btn_Save.Name = "btn_Save";
  288. this.btn_Save.Size = new System.Drawing.Size(137, 38);
  289. this.btn_Save.TabIndex = 16;
  290. this.btn_Save.Text = "保存txt文件";
  291. this.btn_Save.UseVisualStyleBackColor = true;
  292. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  293. //
  294. // txtCtrName
  295. //
  296. this.txtCtrName.Location = new System.Drawing.Point(95, 38);
  297. this.txtCtrName.Margin = new System.Windows.Forms.Padding(4);
  298. this.txtCtrName.Name = "txtCtrName";
  299. this.txtCtrName.Size = new System.Drawing.Size(194, 28);
  300. this.txtCtrName.TabIndex = 1;
  301. this.txtCtrName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrName_KeyDown);
  302. //
  303. // comboBox2
  304. //
  305. this.comboBox2.FormattingEnabled = true;
  306. this.comboBox2.Items.AddRange(new object[] {
  307. "左对齐",
  308. "居中",
  309. "右对齐"});
  310. this.comboBox2.Location = new System.Drawing.Point(118, 163);
  311. this.comboBox2.Name = "comboBox2";
  312. this.comboBox2.Size = new System.Drawing.Size(182, 26);
  313. this.comboBox2.TabIndex = 15;
  314. //
  315. // labCtrText
  316. //
  317. this.labCtrText.AutoSize = true;
  318. this.labCtrText.Location = new System.Drawing.Point(304, 48);
  319. this.labCtrText.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  320. this.labCtrText.Name = "labCtrText";
  321. this.labCtrText.Size = new System.Drawing.Size(80, 18);
  322. this.labCtrText.TabIndex = 8;
  323. this.labCtrText.Text = "文本值:";
  324. //
  325. // txtCtrText
  326. //
  327. this.txtCtrText.Location = new System.Drawing.Point(392, 38);
  328. this.txtCtrText.Margin = new System.Windows.Forms.Padding(4);
  329. this.txtCtrText.Name = "txtCtrText";
  330. this.txtCtrText.Size = new System.Drawing.Size(194, 28);
  331. this.txtCtrText.TabIndex = 5;
  332. this.txtCtrText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrText_KeyDown);
  333. //
  334. // label3
  335. //
  336. this.label3.Font = new System.Drawing.Font("宋体", 9F);
  337. this.label3.Location = new System.Drawing.Point(-3, 163);
  338. this.label3.Name = "label3";
  339. this.label3.Size = new System.Drawing.Size(117, 26);
  340. this.label3.TabIndex = 14;
  341. this.label3.Text = " 排列方式:";
  342. //
  343. // labCtrWidth
  344. //
  345. this.labCtrWidth.AutoSize = true;
  346. this.labCtrWidth.Location = new System.Drawing.Point(304, 107);
  347. this.labCtrWidth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  348. this.labCtrWidth.Name = "labCtrWidth";
  349. this.labCtrWidth.Size = new System.Drawing.Size(62, 18);
  350. this.labCtrWidth.TabIndex = 4;
  351. this.labCtrWidth.Text = "宽度:";
  352. //
  353. // txtCtrWidth
  354. //
  355. this.txtCtrWidth.Location = new System.Drawing.Point(383, 97);
  356. this.txtCtrWidth.Margin = new System.Windows.Forms.Padding(4);
  357. this.txtCtrWidth.Name = "txtCtrWidth";
  358. this.txtCtrWidth.Size = new System.Drawing.Size(194, 28);
  359. this.txtCtrWidth.TabIndex = 5;
  360. this.txtCtrWidth.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrWidth_KeyDown);
  361. //
  362. // comboBox1
  363. //
  364. this.comboBox1.FormattingEnabled = true;
  365. this.comboBox1.Items.AddRange(new object[] {
  366. "10",
  367. "14",
  368. "20"});
  369. this.comboBox1.Location = new System.Drawing.Point(405, 163);
  370. this.comboBox1.Name = "comboBox1";
  371. this.comboBox1.Size = new System.Drawing.Size(194, 26);
  372. this.comboBox1.TabIndex = 13;
  373. //
  374. // labCtrHeight
  375. //
  376. this.labCtrHeight.AutoSize = true;
  377. this.labCtrHeight.Location = new System.Drawing.Point(25, 107);
  378. this.labCtrHeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  379. this.labCtrHeight.Name = "labCtrHeight";
  380. this.labCtrHeight.Size = new System.Drawing.Size(62, 18);
  381. this.labCtrHeight.TabIndex = 6;
  382. this.labCtrHeight.Text = "高度:";
  383. //
  384. // label2
  385. //
  386. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  387. this.label2.Location = new System.Drawing.Point(282, 163);
  388. this.label2.Name = "label2";
  389. this.label2.Size = new System.Drawing.Size(117, 26);
  390. this.label2.TabIndex = 12;
  391. this.label2.Text = " 字体大小:";
  392. //
  393. // txtCtrHeight
  394. //
  395. this.txtCtrHeight.Location = new System.Drawing.Point(95, 97);
  396. this.txtCtrHeight.Margin = new System.Windows.Forms.Padding(4);
  397. this.txtCtrHeight.Name = "txtCtrHeight";
  398. this.txtCtrHeight.Size = new System.Drawing.Size(194, 28);
  399. this.txtCtrHeight.TabIndex = 7;
  400. this.txtCtrHeight.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrHeight_KeyDown);
  401. //
  402. // groupBox2
  403. //
  404. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  405. | System.Windows.Forms.AnchorStyles.Left)
  406. | System.Windows.Forms.AnchorStyles.Right)));
  407. this.groupBox2.Controls.Add(this.designPanel);
  408. this.groupBox2.Location = new System.Drawing.Point(667, 186);
  409. this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
  410. this.groupBox2.Name = "groupBox2";
  411. this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
  412. this.groupBox2.Size = new System.Drawing.Size(1031, 758);
  413. this.groupBox2.TabIndex = 19;
  414. this.groupBox2.TabStop = false;
  415. this.groupBox2.Text = "设计表单";
  416. //
  417. // designPanel
  418. //
  419. this.designPanel.BackColor = System.Drawing.Color.LightGray;
  420. this.designPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  421. this.designPanel.Location = new System.Drawing.Point(4, 25);
  422. this.designPanel.Margin = new System.Windows.Forms.Padding(4);
  423. this.designPanel.Name = "designPanel";
  424. this.designPanel.Size = new System.Drawing.Size(1023, 729);
  425. this.designPanel.TabIndex = 0;
  426. this.designPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.designPanel_MouseDown);
  427. this.designPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.designPanel_MouseMove);
  428. this.designPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.designPanel_MouseUp);
  429. //
  430. // Mainframe
  431. //
  432. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  433. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  434. this.ClientSize = new System.Drawing.Size(1740, 974);
  435. this.Controls.Add(this.groupBox2);
  436. this.Controls.Add(this.groupBox1);
  437. this.Controls.Add(this.toolStrip1);
  438. this.Name = "Mainframe";
  439. this.Text = "ExportWord";
  440. this.toolStrip1.ResumeLayout(false);
  441. this.toolStrip1.PerformLayout();
  442. this.groupBox1.ResumeLayout(false);
  443. this.groupBox1.PerformLayout();
  444. this.groupBox2.ResumeLayout(false);
  445. this.ResumeLayout(false);
  446. }
  447. #endregion
  448. private System.Windows.Forms.ToolStrip toolStrip1;
  449. private System.Windows.Forms.ToolStripButton btn_BUTTON;
  450. private System.Windows.Forms.ToolStripButton toolStripButton3;
  451. private System.Windows.Forms.ToolStripButton toolStripButton1;
  452. private System.Windows.Forms.ToolStripButton toolStripButton8;
  453. private System.Windows.Forms.ToolStripButton toolStripButton7;
  454. private System.Windows.Forms.ToolStripButton toolStripButton6;
  455. private System.Windows.Forms.ToolStripButton toolStripButton5;
  456. private System.Windows.Forms.ToolStripButton toolStripButton4;
  457. private System.Windows.Forms.ToolStripButton toolStripButton2;
  458. private System.Windows.Forms.ToolStripButton toolStripButton9;
  459. private System.Windows.Forms.ToolStripButton btn_AddRichTextBox;
  460. private System.Windows.Forms.ToolStripButton btn_AddTextBox;
  461. private System.Windows.Forms.ToolStripButton btn_AddLable;
  462. private System.Windows.Forms.GroupBox groupBox1;
  463. private System.Windows.Forms.Button button1;
  464. private System.Windows.Forms.DateTimePicker dtpTime;
  465. private System.Windows.Forms.Label labCtrName;
  466. private System.Windows.Forms.Button btn_Save;
  467. private System.Windows.Forms.TextBox txtCtrName;
  468. private System.Windows.Forms.ComboBox comboBox2;
  469. private System.Windows.Forms.Label labCtrText;
  470. private System.Windows.Forms.TextBox txtCtrText;
  471. private System.Windows.Forms.Label label3;
  472. private System.Windows.Forms.Label labCtrWidth;
  473. private System.Windows.Forms.TextBox txtCtrWidth;
  474. private System.Windows.Forms.ComboBox comboBox1;
  475. private System.Windows.Forms.Label labCtrHeight;
  476. private System.Windows.Forms.Label label2;
  477. private System.Windows.Forms.TextBox txtCtrHeight;
  478. private System.Windows.Forms.GroupBox groupBox2;
  479. private System.Windows.Forms.Panel designPanel;
  480. }
  481. }