VersionListData.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. 
  2. namespace ftpUploadDLL.Weblogic
  3. {
  4. partial class VersionListData
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.versionListFilename = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.versionListToAddress = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.versionListVersionNumber = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.versionListHospDr = new System.Windows.Forms.TextBox();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.filePath = new System.Windows.Forms.TextBox();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.versionListRemark = new System.Windows.Forms.TextBox();
  46. this.versionListStartDate = new System.Windows.Forms.DateTimePicker();
  47. this.versionListStopDate = new System.Windows.Forms.DateTimePicker();
  48. this.button3 = new System.Windows.Forms.Button();
  49. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  50. this.SuspendLayout();
  51. //
  52. // versionListFilename
  53. //
  54. this.versionListFilename.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.versionListFilename.Location = new System.Drawing.Point(239, 104);
  56. this.versionListFilename.Name = "versionListFilename";
  57. this.versionListFilename.Size = new System.Drawing.Size(192, 30);
  58. this.versionListFilename.TabIndex = 0;
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label1.Location = new System.Drawing.Point(124, 107);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(109, 20);
  67. this.label1.TabIndex = 6;
  68. this.label1.Text = "文件名称:";
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.label2.Location = new System.Drawing.Point(24, 157);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size(209, 20);
  77. this.label2.TabIndex = 8;
  78. this.label2.Text = "下载到本地文件路径:";
  79. this.label2.Click += new System.EventHandler(this.label2_Click);
  80. //
  81. // versionListToAddress
  82. //
  83. this.versionListToAddress.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.versionListToAddress.Location = new System.Drawing.Point(239, 157);
  85. this.versionListToAddress.Name = "versionListToAddress";
  86. this.versionListToAddress.Size = new System.Drawing.Size(192, 30);
  87. this.versionListToAddress.TabIndex = 7;
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label3.Location = new System.Drawing.Point(144, 212);
  94. this.label3.Name = "label3";
  95. this.label3.Size = new System.Drawing.Size(89, 20);
  96. this.label3.TabIndex = 10;
  97. this.label3.Text = "版本号:";
  98. //
  99. // versionListVersionNumber
  100. //
  101. this.versionListVersionNumber.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.versionListVersionNumber.Location = new System.Drawing.Point(239, 209);
  103. this.versionListVersionNumber.Name = "versionListVersionNumber";
  104. this.versionListVersionNumber.Size = new System.Drawing.Size(192, 30);
  105. this.versionListVersionNumber.TabIndex = 9;
  106. //
  107. // label4
  108. //
  109. this.label4.AutoSize = true;
  110. this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.label4.Location = new System.Drawing.Point(124, 262);
  112. this.label4.Name = "label4";
  113. this.label4.Size = new System.Drawing.Size(109, 20);
  114. this.label4.TabIndex = 12;
  115. this.label4.Text = "开始日期:";
  116. //
  117. // label5
  118. //
  119. this.label5.AutoSize = true;
  120. this.label5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.label5.Location = new System.Drawing.Point(124, 313);
  122. this.label5.Name = "label5";
  123. this.label5.Size = new System.Drawing.Size(109, 20);
  124. this.label5.TabIndex = 14;
  125. this.label5.Text = "结束日期:";
  126. //
  127. // label6
  128. //
  129. this.label6.AutoSize = true;
  130. this.label6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.label6.Location = new System.Drawing.Point(164, 368);
  132. this.label6.Name = "label6";
  133. this.label6.Size = new System.Drawing.Size(69, 20);
  134. this.label6.TabIndex = 16;
  135. this.label6.Text = "医院:";
  136. //
  137. // versionListHospDr
  138. //
  139. this.versionListHospDr.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.versionListHospDr.Location = new System.Drawing.Point(239, 365);
  141. this.versionListHospDr.Name = "versionListHospDr";
  142. this.versionListHospDr.Size = new System.Drawing.Size(192, 30);
  143. this.versionListHospDr.TabIndex = 15;
  144. //
  145. // label7
  146. //
  147. this.label7.AutoSize = true;
  148. this.label7.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label7.Location = new System.Drawing.Point(124, 57);
  150. this.label7.Name = "label7";
  151. this.label7.Size = new System.Drawing.Size(109, 20);
  152. this.label7.TabIndex = 18;
  153. this.label7.Text = "文件路径:";
  154. //
  155. // filePath
  156. //
  157. this.filePath.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.filePath.Location = new System.Drawing.Point(239, 54);
  159. this.filePath.Name = "filePath";
  160. this.filePath.Size = new System.Drawing.Size(192, 26);
  161. this.filePath.TabIndex = 17;
  162. //
  163. // button1
  164. //
  165. this.button1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.button1.Location = new System.Drawing.Point(279, 484);
  167. this.button1.Name = "button1";
  168. this.button1.Size = new System.Drawing.Size(80, 34);
  169. this.button1.TabIndex = 19;
  170. this.button1.Text = "确定";
  171. this.button1.UseVisualStyleBackColor = true;
  172. this.button1.Click += new System.EventHandler(this.button1_Click);
  173. //
  174. // button2
  175. //
  176. this.button2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.button2.Location = new System.Drawing.Point(437, 48);
  178. this.button2.Name = "button2";
  179. this.button2.Size = new System.Drawing.Size(105, 32);
  180. this.button2.TabIndex = 20;
  181. this.button2.Text = "选择文件";
  182. this.button2.UseVisualStyleBackColor = true;
  183. this.button2.Click += new System.EventHandler(this.button2_Click);
  184. //
  185. // label8
  186. //
  187. this.label8.AutoSize = true;
  188. this.label8.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.label8.Location = new System.Drawing.Point(124, 421);
  190. this.label8.Name = "label8";
  191. this.label8.Size = new System.Drawing.Size(109, 20);
  192. this.label8.TabIndex = 22;
  193. this.label8.Text = "说明备注:";
  194. //
  195. // versionListRemark
  196. //
  197. this.versionListRemark.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.versionListRemark.Location = new System.Drawing.Point(239, 418);
  199. this.versionListRemark.Name = "versionListRemark";
  200. this.versionListRemark.Size = new System.Drawing.Size(282, 30);
  201. this.versionListRemark.TabIndex = 21;
  202. //
  203. // versionListStartDate
  204. //
  205. this.versionListStartDate.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.versionListStartDate.Location = new System.Drawing.Point(239, 261);
  207. this.versionListStartDate.Name = "versionListStartDate";
  208. this.versionListStartDate.Size = new System.Drawing.Size(192, 29);
  209. this.versionListStartDate.TabIndex = 23;
  210. //
  211. // versionListStopDate
  212. //
  213. this.versionListStopDate.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.versionListStopDate.Location = new System.Drawing.Point(239, 312);
  215. this.versionListStopDate.Name = "versionListStopDate";
  216. this.versionListStopDate.Size = new System.Drawing.Size(192, 29);
  217. this.versionListStopDate.TabIndex = 24;
  218. this.versionListStopDate.Value = new System.DateTime(2022, 7, 13, 12, 13, 43, 0);
  219. //
  220. // button3
  221. //
  222. this.button3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.button3.Location = new System.Drawing.Point(548, 48);
  224. this.button3.Name = "button3";
  225. this.button3.Size = new System.Drawing.Size(116, 32);
  226. this.button3.TabIndex = 25;
  227. this.button3.Text = "选择文件夹";
  228. this.button3.UseVisualStyleBackColor = true;
  229. this.button3.Click += new System.EventHandler(this.button3_Click);
  230. //
  231. // contextMenuStrip1
  232. //
  233. this.contextMenuStrip1.Name = "contextMenuStrip1";
  234. this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
  235. this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
  236. //
  237. // VersionListData
  238. //
  239. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  240. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  241. this.ClientSize = new System.Drawing.Size(676, 556);
  242. this.Controls.Add(this.button3);
  243. this.Controls.Add(this.versionListStopDate);
  244. this.Controls.Add(this.versionListStartDate);
  245. this.Controls.Add(this.label8);
  246. this.Controls.Add(this.versionListRemark);
  247. this.Controls.Add(this.button2);
  248. this.Controls.Add(this.button1);
  249. this.Controls.Add(this.label7);
  250. this.Controls.Add(this.filePath);
  251. this.Controls.Add(this.label6);
  252. this.Controls.Add(this.versionListHospDr);
  253. this.Controls.Add(this.label5);
  254. this.Controls.Add(this.label4);
  255. this.Controls.Add(this.label3);
  256. this.Controls.Add(this.versionListVersionNumber);
  257. this.Controls.Add(this.label2);
  258. this.Controls.Add(this.versionListToAddress);
  259. this.Controls.Add(this.label1);
  260. this.Controls.Add(this.versionListFilename);
  261. this.Name = "VersionListData";
  262. this.Text = "版本信息明细";
  263. this.ResumeLayout(false);
  264. this.PerformLayout();
  265. }
  266. #endregion
  267. private System.Windows.Forms.TextBox versionListFilename;
  268. private System.Windows.Forms.Label label1;
  269. private System.Windows.Forms.Label label2;
  270. private System.Windows.Forms.TextBox versionListToAddress;
  271. private System.Windows.Forms.Label label3;
  272. private System.Windows.Forms.TextBox versionListVersionNumber;
  273. private System.Windows.Forms.Label label4;
  274. private System.Windows.Forms.Label label5;
  275. private System.Windows.Forms.Label label6;
  276. private System.Windows.Forms.TextBox versionListHospDr;
  277. private System.Windows.Forms.Label label7;
  278. private System.Windows.Forms.TextBox filePath;
  279. private System.Windows.Forms.Button button1;
  280. private System.Windows.Forms.Button button2;
  281. private System.Windows.Forms.Label label8;
  282. private System.Windows.Forms.TextBox versionListRemark;
  283. private System.Windows.Forms.DateTimePicker versionListStartDate;
  284. private System.Windows.Forms.DateTimePicker versionListStopDate;
  285. private System.Windows.Forms.Button button3;
  286. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  287. }
  288. }