FTPUpFileForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class FTPUpFileForm
  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(FTPUpFileForm));
  29. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.cb_ExistCheck = new LYFZ.ComponentLibrary.CheckBoxEx();
  31. this.radioButtonEx2 = new LYFZ.ComponentLibrary.RadioButtonEx();
  32. this.tb_ = new LYFZ.ComponentLibrary.RadioButtonEx();
  33. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.cb_Scene = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.lab_FuncType = new LYFZ.ComponentLibrary.LabelEx();
  39. this.lab_OrderNumber = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.btn_Upfile = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.btn_cancel = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.gb_FTPInfo = new LYFZ.ComponentLibrary.GroupBoxEx();
  47. this.lab_FtpInfo = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.groupBoxEx1.SuspendLayout();
  52. this.panelEx1.SuspendLayout();
  53. this.gb_FTPInfo.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  59. this.plExMainContainer.Controls.Add(this.panelEx3);
  60. this.plExMainContainer.Controls.Add(this.gb_FTPInfo);
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10, 10, 10, 0);
  63. this.plExMainContainer.Size = new System.Drawing.Size(296, 324);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(296, 324);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(397, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(264, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(397, 0);
  83. //
  84. // groupBoxEx1
  85. //
  86. this.groupBoxEx1.Controls.Add(this.cb_ExistCheck);
  87. this.groupBoxEx1.Controls.Add(this.radioButtonEx2);
  88. this.groupBoxEx1.Controls.Add(this.tb_);
  89. this.groupBoxEx1.Controls.Add(this.labelEx6);
  90. this.groupBoxEx1.Controls.Add(this.labelEx4);
  91. this.groupBoxEx1.Controls.Add(this.cb_Scene);
  92. this.groupBoxEx1.Controls.Add(this.labelEx3);
  93. this.groupBoxEx1.Controls.Add(this.labelEx2);
  94. this.groupBoxEx1.Controls.Add(this.lab_FuncType);
  95. this.groupBoxEx1.Controls.Add(this.lab_OrderNumber);
  96. this.groupBoxEx1.Controls.Add(this.labelEx1);
  97. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.groupBoxEx1.Location = new System.Drawing.Point(10, 10);
  99. this.groupBoxEx1.Name = "groupBoxEx1";
  100. this.groupBoxEx1.Size = new System.Drawing.Size(276, 172);
  101. this.groupBoxEx1.TabIndex = 0;
  102. this.groupBoxEx1.TabStop = false;
  103. this.groupBoxEx1.Text = "订单信息";
  104. //
  105. // cb_ExistCheck
  106. //
  107. this.cb_ExistCheck.AutoSize = true;
  108. this.cb_ExistCheck.BackColor = System.Drawing.Color.Transparent;
  109. this.cb_ExistCheck.Checked = true;
  110. this.cb_ExistCheck.CheckState = System.Windows.Forms.CheckState.Checked;
  111. this.cb_ExistCheck.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  112. this.cb_ExistCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  113. this.cb_ExistCheck.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  114. this.cb_ExistCheck.Fourstates = false;
  115. this.cb_ExistCheck.IsGreenTick = false;
  116. this.cb_ExistCheck.Location = new System.Drawing.Point(82, 103);
  117. this.cb_ExistCheck.Name = "cb_ExistCheck";
  118. this.cb_ExistCheck.Size = new System.Drawing.Size(51, 21);
  119. this.cb_ExistCheck.TabIndex = 8;
  120. this.cb_ExistCheck.Text = "覆盖";
  121. this.cb_ExistCheck.UseVisualStyleBackColor = false;
  122. //
  123. // radioButtonEx2
  124. //
  125. this.radioButtonEx2.AutoSize = true;
  126. this.radioButtonEx2.BackColor = System.Drawing.Color.Transparent;
  127. this.radioButtonEx2.Checked = true;
  128. this.radioButtonEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  129. this.radioButtonEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  130. this.radioButtonEx2.Location = new System.Drawing.Point(151, 77);
  131. this.radioButtonEx2.Name = "radioButtonEx2";
  132. this.radioButtonEx2.Size = new System.Drawing.Size(50, 21);
  133. this.radioButtonEx2.TabIndex = 7;
  134. this.radioButtonEx2.TabStop = true;
  135. this.radioButtonEx2.Text = "上传";
  136. this.radioButtonEx2.UseVisualStyleBackColor = false;
  137. //
  138. // tb_
  139. //
  140. this.tb_.AutoSize = true;
  141. this.tb_.BackColor = System.Drawing.Color.Transparent;
  142. this.tb_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.tb_.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  144. this.tb_.Location = new System.Drawing.Point(83, 77);
  145. this.tb_.Name = "tb_";
  146. this.tb_.Size = new System.Drawing.Size(62, 21);
  147. this.tb_.TabIndex = 7;
  148. this.tb_.Text = "不上传";
  149. this.tb_.UseVisualStyleBackColor = false;
  150. //
  151. // labelEx6
  152. //
  153. this.labelEx6.AutoSize = true;
  154. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  155. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  156. this.labelEx6.Location = new System.Drawing.Point(18, 105);
  157. this.labelEx6.Name = "labelEx6";
  158. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  159. this.labelEx6.TabIndex = 6;
  160. this.labelEx6.Text = "重复检测:";
  161. //
  162. // labelEx4
  163. //
  164. this.labelEx4.AutoSize = true;
  165. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  166. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  167. this.labelEx4.Location = new System.Drawing.Point(18, 79);
  168. this.labelEx4.Name = "labelEx4";
  169. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  170. this.labelEx4.TabIndex = 6;
  171. this.labelEx4.Text = "原始照片:";
  172. //
  173. // cb_Scene
  174. //
  175. this.cb_Scene.AutoSize = true;
  176. this.cb_Scene.BackColor = System.Drawing.Color.Transparent;
  177. this.cb_Scene.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  178. this.cb_Scene.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  179. this.cb_Scene.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  180. this.cb_Scene.Fourstates = false;
  181. this.cb_Scene.IsGreenTick = false;
  182. this.cb_Scene.Location = new System.Drawing.Point(82, 130);
  183. this.cb_Scene.Name = "cb_Scene";
  184. this.cb_Scene.Size = new System.Drawing.Size(51, 21);
  185. this.cb_Scene.TabIndex = 4;
  186. this.cb_Scene.Tag = "All";
  187. this.cb_Scene.Text = "全部";
  188. this.cb_Scene.UseVisualStyleBackColor = false;
  189. //
  190. // labelEx3
  191. //
  192. this.labelEx3.AutoSize = true;
  193. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  194. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  195. this.labelEx3.Location = new System.Drawing.Point(18, 132);
  196. this.labelEx3.Name = "labelEx3";
  197. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  198. this.labelEx3.TabIndex = 3;
  199. this.labelEx3.Text = "拍摄场景:";
  200. //
  201. // labelEx2
  202. //
  203. this.labelEx2.AutoSize = true;
  204. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  205. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  206. this.labelEx2.Location = new System.Drawing.Point(18, 54);
  207. this.labelEx2.Name = "labelEx2";
  208. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  209. this.labelEx2.TabIndex = 2;
  210. this.labelEx2.Text = "所属类型:";
  211. //
  212. // lab_FuncType
  213. //
  214. this.lab_FuncType.AutoSize = true;
  215. this.lab_FuncType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  216. this.lab_FuncType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  217. this.lab_FuncType.Location = new System.Drawing.Point(82, 53);
  218. this.lab_FuncType.Name = "lab_FuncType";
  219. this.lab_FuncType.Size = new System.Drawing.Size(56, 17);
  220. this.lab_FuncType.TabIndex = 1;
  221. this.lab_FuncType.Text = "labelEx2";
  222. //
  223. // lab_OrderNumber
  224. //
  225. this.lab_OrderNumber.AutoSize = true;
  226. this.lab_OrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  227. this.lab_OrderNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  228. this.lab_OrderNumber.Location = new System.Drawing.Point(82, 29);
  229. this.lab_OrderNumber.Name = "lab_OrderNumber";
  230. this.lab_OrderNumber.Size = new System.Drawing.Size(56, 17);
  231. this.lab_OrderNumber.TabIndex = 1;
  232. this.lab_OrderNumber.Text = "labelEx2";
  233. //
  234. // labelEx1
  235. //
  236. this.labelEx1.AutoSize = true;
  237. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  238. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  239. this.labelEx1.Location = new System.Drawing.Point(18, 29);
  240. this.labelEx1.Name = "labelEx1";
  241. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  242. this.labelEx1.TabIndex = 0;
  243. this.labelEx1.Text = "订单编号:";
  244. //
  245. // panelEx1
  246. //
  247. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  248. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  249. this.panelEx1.BorderWidth = 1;
  250. this.panelEx1.Controls.Add(this.btn_Upfile);
  251. this.panelEx1.Controls.Add(this.panelEx2);
  252. this.panelEx1.Controls.Add(this.btn_cancel);
  253. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  254. this.panelEx1.Location = new System.Drawing.Point(10, 274);
  255. this.panelEx1.Name = "panelEx1";
  256. this.panelEx1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
  257. this.panelEx1.Size = new System.Drawing.Size(276, 50);
  258. this.panelEx1.TabIndex = 1;
  259. //
  260. // btn_Upfile
  261. //
  262. this.btn_Upfile.BackColor = System.Drawing.Color.Transparent;
  263. this.btn_Upfile.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Upfile.BackImg")));
  264. this.btn_Upfile.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  265. this.btn_Upfile.Dock = System.Windows.Forms.DockStyle.Right;
  266. this.btn_Upfile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  267. this.btn_Upfile.ForeColor = System.Drawing.Color.White;
  268. this.btn_Upfile.IsCustomBackImg = false;
  269. this.btn_Upfile.IsShowText = true;
  270. this.btn_Upfile.Location = new System.Drawing.Point(140, 5);
  271. this.btn_Upfile.Name = "btn_Upfile";
  272. this.btn_Upfile.Size = new System.Drawing.Size(63, 40);
  273. this.btn_Upfile.TabIndex = 0;
  274. this.btn_Upfile.Text = "上传";
  275. this.btn_Upfile.UseVisualStyleBackColor = false;
  276. //
  277. // panelEx2
  278. //
  279. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  280. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  281. this.panelEx2.BorderWidth = 1;
  282. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  283. this.panelEx2.Location = new System.Drawing.Point(203, 5);
  284. this.panelEx2.Name = "panelEx2";
  285. this.panelEx2.Size = new System.Drawing.Size(10, 40);
  286. this.panelEx2.TabIndex = 1;
  287. //
  288. // btn_cancel
  289. //
  290. this.btn_cancel.BackColor = System.Drawing.Color.Transparent;
  291. this.btn_cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_cancel.BackImg")));
  292. this.btn_cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  293. this.btn_cancel.Dock = System.Windows.Forms.DockStyle.Right;
  294. this.btn_cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  295. this.btn_cancel.ForeColor = System.Drawing.Color.White;
  296. this.btn_cancel.IsCustomBackImg = false;
  297. this.btn_cancel.IsShowText = true;
  298. this.btn_cancel.Location = new System.Drawing.Point(213, 5);
  299. this.btn_cancel.Name = "btn_cancel";
  300. this.btn_cancel.Size = new System.Drawing.Size(63, 40);
  301. this.btn_cancel.TabIndex = 0;
  302. this.btn_cancel.Text = "取消";
  303. this.btn_cancel.UseVisualStyleBackColor = false;
  304. //
  305. // panelEx3
  306. //
  307. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  308. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  309. this.panelEx3.BorderWidth = 1;
  310. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
  311. this.panelEx3.Location = new System.Drawing.Point(10, 182);
  312. this.panelEx3.Name = "panelEx3";
  313. this.panelEx3.Size = new System.Drawing.Size(276, 10);
  314. this.panelEx3.TabIndex = 2;
  315. //
  316. // gb_FTPInfo
  317. //
  318. this.gb_FTPInfo.Controls.Add(this.lab_FtpInfo);
  319. this.gb_FTPInfo.Controls.Add(this.labelEx5);
  320. this.gb_FTPInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
  321. this.gb_FTPInfo.Location = new System.Drawing.Point(10, 192);
  322. this.gb_FTPInfo.Name = "gb_FTPInfo";
  323. this.gb_FTPInfo.Size = new System.Drawing.Size(276, 82);
  324. this.gb_FTPInfo.TabIndex = 3;
  325. this.gb_FTPInfo.TabStop = false;
  326. this.gb_FTPInfo.Text = "FTP信息";
  327. //
  328. // lab_FtpInfo
  329. //
  330. this.lab_FtpInfo.AutoSize = true;
  331. this.lab_FtpInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  332. this.lab_FtpInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  333. this.lab_FtpInfo.Location = new System.Drawing.Point(18, 50);
  334. this.lab_FtpInfo.Name = "lab_FtpInfo";
  335. this.lab_FtpInfo.Size = new System.Drawing.Size(56, 17);
  336. this.lab_FtpInfo.TabIndex = 1;
  337. this.lab_FtpInfo.Text = "labelEx6";
  338. //
  339. // labelEx5
  340. //
  341. this.labelEx5.AutoSize = true;
  342. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  343. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  344. this.labelEx5.Location = new System.Drawing.Point(18, 23);
  345. this.labelEx5.Name = "labelEx5";
  346. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  347. this.labelEx5.TabIndex = 0;
  348. this.labelEx5.Text = "上传至";
  349. //
  350. // FTPUpFileForm
  351. //
  352. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  353. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  354. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  355. this.ClientSize = new System.Drawing.Size(296, 389);
  356. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  357. this.MaximizeBox = false;
  358. this.MinimizeBox = false;
  359. this.Name = "FTPUpFileForm";
  360. this.Text = "FTP上传";
  361. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  362. this.Load += new System.EventHandler(this.FTPUpFileForm_Load);
  363. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  364. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  365. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  366. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  367. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  368. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  369. this.plExMainContainer.ResumeLayout(false);
  370. this.plFormMainContent.ResumeLayout(false);
  371. this.groupBoxEx1.ResumeLayout(false);
  372. this.groupBoxEx1.PerformLayout();
  373. this.panelEx1.ResumeLayout(false);
  374. this.gb_FTPInfo.ResumeLayout(false);
  375. this.gb_FTPInfo.PerformLayout();
  376. this.ResumeLayout(false);
  377. }
  378. #endregion
  379. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  380. protected ComponentLibrary.LabelEx lab_OrderNumber;
  381. private ComponentLibrary.LabelEx labelEx1;
  382. private ComponentLibrary.LabelEx labelEx2;
  383. protected ComponentLibrary.LabelEx lab_FuncType;
  384. private ComponentLibrary.LabelEx labelEx3;
  385. private ComponentLibrary.CheckBoxEx cb_Scene;
  386. private ComponentLibrary.PanelEx panelEx1;
  387. private ComponentLibrary.ButtonEx btn_Upfile;
  388. private ComponentLibrary.PanelEx panelEx2;
  389. private ComponentLibrary.ButtonEx btn_cancel;
  390. private ComponentLibrary.PanelEx panelEx3;
  391. protected ComponentLibrary.LabelEx lab_FtpInfo;
  392. private ComponentLibrary.LabelEx labelEx5;
  393. protected ComponentLibrary.CheckBoxEx cb_ExistCheck;
  394. protected ComponentLibrary.GroupBoxEx gb_FTPInfo;
  395. public ComponentLibrary.LabelEx labelEx4;
  396. public ComponentLibrary.LabelEx labelEx6;
  397. public ComponentLibrary.RadioButtonEx tb_;
  398. public ComponentLibrary.RadioButtonEx radioButtonEx2;
  399. }
  400. }