Form1.Designer.cs 15 KB

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