Form1.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. namespace ynWord
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.textBox3 = new System.Windows.Forms.TextBox();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.textBox4 = new System.Windows.Forms.TextBox();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.textBox5 = new System.Windows.Forms.TextBox();
  37. this.textBox6 = new System.Windows.Forms.TextBox();
  38. this.button5 = new System.Windows.Forms.Button();
  39. this.button6 = new System.Windows.Forms.Button();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.button8 = new System.Windows.Forms.Button();
  43. this.textBox7 = new System.Windows.Forms.TextBox();
  44. this.button7 = new System.Windows.Forms.Button();
  45. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  48. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.groupBox1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // textBox1
  59. //
  60. this.textBox1.Location = new System.Drawing.Point(170, 43);
  61. this.textBox1.Name = "textBox1";
  62. this.textBox1.Size = new System.Drawing.Size(341, 25);
  63. this.textBox1.TabIndex = 1;
  64. //
  65. // button1
  66. //
  67. this.button1.Location = new System.Drawing.Point(550, 40);
  68. this.button1.Name = "button1";
  69. this.button1.Size = new System.Drawing.Size(75, 30);
  70. this.button1.TabIndex = 2;
  71. this.button1.Text = "浏览...";
  72. this.button1.UseVisualStyleBackColor = true;
  73. this.button1.Click += new System.EventHandler(this.button1_Click);
  74. //
  75. // textBox2
  76. //
  77. this.textBox2.Location = new System.Drawing.Point(170, 79);
  78. this.textBox2.Name = "textBox2";
  79. this.textBox2.Size = new System.Drawing.Size(341, 25);
  80. this.textBox2.TabIndex = 4;
  81. //
  82. // button2
  83. //
  84. this.button2.Location = new System.Drawing.Point(550, 76);
  85. this.button2.Name = "button2";
  86. this.button2.Size = new System.Drawing.Size(75, 30);
  87. this.button2.TabIndex = 5;
  88. this.button2.Text = "浏览...";
  89. this.button2.UseVisualStyleBackColor = true;
  90. this.button2.Click += new System.EventHandler(this.button2_Click);
  91. //
  92. // textBox3
  93. //
  94. this.textBox3.Location = new System.Drawing.Point(170, 115);
  95. this.textBox3.Name = "textBox3";
  96. this.textBox3.Size = new System.Drawing.Size(341, 25);
  97. this.textBox3.TabIndex = 7;
  98. //
  99. // button3
  100. //
  101. this.button3.Location = new System.Drawing.Point(550, 112);
  102. this.button3.Name = "button3";
  103. this.button3.Size = new System.Drawing.Size(75, 30);
  104. this.button3.TabIndex = 8;
  105. this.button3.Text = "浏览...";
  106. this.button3.UseVisualStyleBackColor = true;
  107. this.button3.Click += new System.EventHandler(this.button3_Click);
  108. //
  109. // textBox4
  110. //
  111. this.textBox4.Location = new System.Drawing.Point(170, 151);
  112. this.textBox4.Name = "textBox4";
  113. this.textBox4.Size = new System.Drawing.Size(341, 25);
  114. this.textBox4.TabIndex = 10;
  115. //
  116. // button4
  117. //
  118. this.button4.Location = new System.Drawing.Point(550, 148);
  119. this.button4.Name = "button4";
  120. this.button4.Size = new System.Drawing.Size(75, 30);
  121. this.button4.TabIndex = 11;
  122. this.button4.Text = "浏览...";
  123. this.button4.UseVisualStyleBackColor = true;
  124. this.button4.Click += new System.EventHandler(this.button4_Click);
  125. //
  126. // textBox5
  127. //
  128. this.textBox5.Location = new System.Drawing.Point(170, 187);
  129. this.textBox5.Name = "textBox5";
  130. this.textBox5.Size = new System.Drawing.Size(341, 25);
  131. this.textBox5.TabIndex = 14;
  132. //
  133. // textBox6
  134. //
  135. this.textBox6.Location = new System.Drawing.Point(170, 223);
  136. this.textBox6.Name = "textBox6";
  137. this.textBox6.Size = new System.Drawing.Size(341, 25);
  138. this.textBox6.TabIndex = 15;
  139. //
  140. // button5
  141. //
  142. this.button5.Location = new System.Drawing.Point(550, 184);
  143. this.button5.Name = "button5";
  144. this.button5.Size = new System.Drawing.Size(75, 30);
  145. this.button5.TabIndex = 16;
  146. this.button5.Text = "浏览...";
  147. this.button5.UseVisualStyleBackColor = true;
  148. this.button5.Click += new System.EventHandler(this.button5_Click);
  149. //
  150. // button6
  151. //
  152. this.button6.Location = new System.Drawing.Point(550, 220);
  153. this.button6.Name = "button6";
  154. this.button6.Size = new System.Drawing.Size(75, 30);
  155. this.button6.TabIndex = 17;
  156. this.button6.Text = "浏览...";
  157. this.button6.UseVisualStyleBackColor = true;
  158. this.button6.Click += new System.EventHandler(this.button6_Click);
  159. //
  160. // groupBox1
  161. //
  162. this.groupBox1.Controls.Add(this.label8);
  163. this.groupBox1.Controls.Add(this.button8);
  164. this.groupBox1.Controls.Add(this.textBox7);
  165. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  166. this.groupBox1.Name = "groupBox1";
  167. this.groupBox1.Size = new System.Drawing.Size(659, 291);
  168. this.groupBox1.TabIndex = 18;
  169. this.groupBox1.TabStop = false;
  170. this.groupBox1.Text = "选择签章及模板";
  171. //
  172. // label8
  173. //
  174. this.label8.AutoSize = true;
  175. this.label8.Location = new System.Drawing.Point(21, 249);
  176. this.label8.Name = "label8";
  177. this.label8.Size = new System.Drawing.Size(112, 15);
  178. this.label8.TabIndex = 3;
  179. this.label8.Text = "建设单位签章:";
  180. //
  181. // button8
  182. //
  183. this.button8.Location = new System.Drawing.Point(538, 244);
  184. this.button8.Name = "button8";
  185. this.button8.Size = new System.Drawing.Size(75, 30);
  186. this.button8.TabIndex = 2;
  187. this.button8.Text = "浏览...";
  188. this.button8.UseVisualStyleBackColor = true;
  189. this.button8.Click += new System.EventHandler(this.button8_Click);
  190. //
  191. // textBox7
  192. //
  193. this.textBox7.Location = new System.Drawing.Point(158, 246);
  194. this.textBox7.Name = "textBox7";
  195. this.textBox7.Size = new System.Drawing.Size(341, 25);
  196. this.textBox7.TabIndex = 1;
  197. //
  198. // button7
  199. //
  200. this.button7.Location = new System.Drawing.Point(519, 309);
  201. this.button7.Name = "button7";
  202. this.button7.Size = new System.Drawing.Size(143, 30);
  203. this.button7.TabIndex = 19;
  204. this.button7.Text = "添加图片和签名";
  205. this.button7.UseVisualStyleBackColor = true;
  206. this.button7.Click += new System.EventHandler(this.button7_Click);
  207. //
  208. // richTextBox1
  209. //
  210. this.richTextBox1.Location = new System.Drawing.Point(13, 378);
  211. this.richTextBox1.Name = "richTextBox1";
  212. this.richTextBox1.Size = new System.Drawing.Size(658, 338);
  213. this.richTextBox1.TabIndex = 20;
  214. this.richTextBox1.Text = "";
  215. //
  216. // label7
  217. //
  218. this.label7.AutoSize = true;
  219. this.label7.Location = new System.Drawing.Point(33, 347);
  220. this.label7.Name = "label7";
  221. this.label7.Size = new System.Drawing.Size(112, 15);
  222. this.label7.TabIndex = 21;
  223. this.label7.Text = "完成进度预览:";
  224. //
  225. // openFileDialog1
  226. //
  227. this.openFileDialog1.FileName = "openFileDialog1";
  228. //
  229. // label1
  230. //
  231. this.label1.AutoSize = true;
  232. this.label1.Location = new System.Drawing.Point(33, 48);
  233. this.label1.Name = "label1";
  234. this.label1.Size = new System.Drawing.Size(120, 15);
  235. this.label1.TabIndex = 0;
  236. this.label1.Text = "*勘察报告模板:";
  237. //
  238. // label2
  239. //
  240. this.label2.AutoSize = true;
  241. this.label2.Location = new System.Drawing.Point(33, 84);
  242. this.label2.Name = "label2";
  243. this.label2.Size = new System.Drawing.Size(97, 15);
  244. this.label2.TabIndex = 3;
  245. this.label2.Text = "报告编制人:";
  246. //
  247. // label3
  248. //
  249. this.label3.AutoSize = true;
  250. this.label3.Location = new System.Drawing.Point(33, 120);
  251. this.label3.Name = "label3";
  252. this.label3.Size = new System.Drawing.Size(127, 15);
  253. this.label3.TabIndex = 6;
  254. this.label3.Text = "区县公司审核人:";
  255. //
  256. // label4
  257. //
  258. this.label4.AutoSize = true;
  259. this.label4.Location = new System.Drawing.Point(33, 156);
  260. this.label4.Name = "label4";
  261. this.label4.Size = new System.Drawing.Size(82, 15);
  262. this.label4.TabIndex = 9;
  263. this.label4.Text = "审核意见:";
  264. //
  265. // label5
  266. //
  267. this.label5.AutoSize = true;
  268. this.label5.Location = new System.Drawing.Point(33, 192);
  269. this.label5.Name = "label5";
  270. this.label5.Size = new System.Drawing.Size(112, 15);
  271. this.label5.TabIndex = 12;
  272. this.label5.Text = "报告编制日期:";
  273. //
  274. // label6
  275. //
  276. this.label6.AutoSize = true;
  277. this.label6.Location = new System.Drawing.Point(33, 228);
  278. this.label6.Name = "label6";
  279. this.label6.Size = new System.Drawing.Size(97, 15);
  280. this.label6.TabIndex = 13;
  281. this.label6.Text = "设计院签章:";
  282. //
  283. // Form1
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.ClientSize = new System.Drawing.Size(689, 753);
  288. this.Controls.Add(this.label7);
  289. this.Controls.Add(this.richTextBox1);
  290. this.Controls.Add(this.button7);
  291. this.Controls.Add(this.button6);
  292. this.Controls.Add(this.button5);
  293. this.Controls.Add(this.textBox6);
  294. this.Controls.Add(this.textBox5);
  295. this.Controls.Add(this.label6);
  296. this.Controls.Add(this.label5);
  297. this.Controls.Add(this.button4);
  298. this.Controls.Add(this.textBox4);
  299. this.Controls.Add(this.label4);
  300. this.Controls.Add(this.button3);
  301. this.Controls.Add(this.textBox3);
  302. this.Controls.Add(this.label3);
  303. this.Controls.Add(this.button2);
  304. this.Controls.Add(this.textBox2);
  305. this.Controls.Add(this.label2);
  306. this.Controls.Add(this.button1);
  307. this.Controls.Add(this.textBox1);
  308. this.Controls.Add(this.label1);
  309. this.Controls.Add(this.groupBox1);
  310. this.Name = "Form1";
  311. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  312. this.Text = "XWYN-勘察报告";
  313. this.groupBox1.ResumeLayout(false);
  314. this.groupBox1.PerformLayout();
  315. this.ResumeLayout(false);
  316. this.PerformLayout();
  317. }
  318. #endregion
  319. private System.Windows.Forms.TextBox textBox1;
  320. private System.Windows.Forms.Button button1;
  321. private System.Windows.Forms.TextBox textBox2;
  322. private System.Windows.Forms.Button button2;
  323. private System.Windows.Forms.TextBox textBox3;
  324. private System.Windows.Forms.Button button3;
  325. private System.Windows.Forms.TextBox textBox4;
  326. private System.Windows.Forms.Button button4;
  327. private System.Windows.Forms.TextBox textBox5;
  328. private System.Windows.Forms.TextBox textBox6;
  329. private System.Windows.Forms.Button button5;
  330. private System.Windows.Forms.Button button6;
  331. private System.Windows.Forms.GroupBox groupBox1;
  332. private System.Windows.Forms.Button button7;
  333. private System.Windows.Forms.RichTextBox richTextBox1;
  334. private System.Windows.Forms.Label label7;
  335. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  336. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  337. private System.Windows.Forms.Button button8;
  338. private System.Windows.Forms.Label label8;
  339. private System.Windows.Forms.Label label1;
  340. private System.Windows.Forms.Label label2;
  341. private System.Windows.Forms.Label label3;
  342. private System.Windows.Forms.Label label4;
  343. private System.Windows.Forms.Label label5;
  344. private System.Windows.Forms.Label label6;
  345. private System.Windows.Forms.TextBox textBox7;
  346. }
  347. }