S3ClientForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. namespace FastReport.Cloud.StorageClient.S3
  2. {
  3. partial class S3ClientForm
  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. this.pageControl1 = new global::FastReport.Controls.PageControl();
  29. this.pgFile = new global::FastReport.Controls.PageControlPage();
  30. this.buttonSettings = new System.Windows.Forms.Button();
  31. this.cbFileType = new System.Windows.Forms.ComboBox();
  32. this.labelFileType = new System.Windows.Forms.Label();
  33. this.pgProxy = new global::FastReport.Controls.PageControlPage();
  34. this.tbPassword = new System.Windows.Forms.TextBox();
  35. this.tbUsername = new System.Windows.Forms.TextBox();
  36. this.tbPort = new System.Windows.Forms.TextBox();
  37. this.tbServer = new System.Windows.Forms.TextBox();
  38. this.labelColon = new System.Windows.Forms.Label();
  39. this.labelPassword = new System.Windows.Forms.Label();
  40. this.labelUsername = new System.Windows.Forms.Label();
  41. this.labelServer = new System.Windows.Forms.Label();
  42. this.cbBucket = new System.Windows.Forms.ComboBox();
  43. this.lbBucket = new System.Windows.Forms.Label();
  44. this.lbFileName = new System.Windows.Forms.Label();
  45. this.tbFileName = new System.Windows.Forms.TextBox();
  46. this.pageControl1.SuspendLayout();
  47. this.pgFile.SuspendLayout();
  48. this.pgProxy.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // btnOk
  52. //
  53. this.btnOk.Location = new System.Drawing.Point(368, 138);
  54. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  55. //
  56. // btnCancel
  57. //
  58. this.btnCancel.Location = new System.Drawing.Point(449, 138);
  59. //
  60. // pageControl1
  61. //
  62. this.pageControl1.Controls.Add(this.pgFile);
  63. this.pageControl1.Controls.Add(this.pgProxy);
  64. this.pageControl1.HighlightPageIndex = -1;
  65. this.pageControl1.Location = new System.Drawing.Point(12, 12);
  66. this.pageControl1.Name = "pageControl1";
  67. this.pageControl1.SelectorWidth = 100;
  68. this.pageControl1.Size = new System.Drawing.Size(512, 120);
  69. this.pageControl1.TabIndex = 19;
  70. this.pageControl1.Text = "pageControl1";
  71. //
  72. // pgFile
  73. //
  74. this.pgFile.BackColor = System.Drawing.SystemColors.Window;
  75. this.pgFile.Controls.Add(this.buttonSettings);
  76. this.pgFile.Controls.Add(this.cbFileType);
  77. this.pgFile.Controls.Add(this.labelFileType);
  78. this.pgFile.Controls.Add(this.cbBucket);
  79. this.pgFile.Controls.Add(this.lbBucket);
  80. this.pgFile.Controls.Add(this.tbFileName);
  81. this.pgFile.Controls.Add(this.lbFileName);
  82. this.pgFile.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.pgFile.Location = new System.Drawing.Point(100, 1);
  84. this.pgFile.Name = "pgFile";
  85. this.pgFile.Size = new System.Drawing.Size(411, 118);
  86. this.pgFile.TabIndex = 0;
  87. this.pgFile.Text = "File";
  88. //
  89. // buttonSettings
  90. //
  91. this.buttonSettings.Enabled = false;
  92. this.buttonSettings.Location = new System.Drawing.Point(313, 90);
  93. this.buttonSettings.Name = "buttonSettings";
  94. this.buttonSettings.Size = new System.Drawing.Size(85, 23);
  95. this.buttonSettings.TabIndex = 2;
  96. this.buttonSettings.Text = "Settings...";
  97. this.buttonSettings.UseVisualStyleBackColor = true;
  98. this.buttonSettings.Click += new System.EventHandler(this.buttonSettings_Click);
  99. //
  100. // cbFileType
  101. //
  102. this.cbFileType.FormattingEnabled = true;
  103. this.cbFileType.Location = new System.Drawing.Point(178, 38);
  104. this.cbFileType.Name = "cbFileType";
  105. this.cbFileType.Size = new System.Drawing.Size(220, 21);
  106. this.cbFileType.TabIndex = 1;
  107. this.cbFileType.SelectedIndexChanged += new System.EventHandler(this.cbFileType_SelectedIndexChanged);
  108. //
  109. // labelFileType
  110. //
  111. this.labelFileType.AutoSize = true;
  112. this.labelFileType.Location = new System.Drawing.Point(22, 41);
  113. this.labelFileType.Name = "labelFileType";
  114. this.labelFileType.Size = new System.Drawing.Size(54, 13);
  115. this.labelFileType.TabIndex = 0;
  116. this.labelFileType.Text = "File Type:";
  117. //
  118. // cbBucket
  119. //
  120. this.cbBucket.FormattingEnabled = true;
  121. this.cbBucket.Location = new System.Drawing.Point(178, 13);
  122. this.cbBucket.Name = "cbBucket";
  123. this.cbBucket.Size = new System.Drawing.Size(220, 21);
  124. this.cbBucket.TabIndex = 2;
  125. //
  126. // lbBucket
  127. //
  128. this.lbBucket.AutoSize = true;
  129. this.lbBucket.Location = new System.Drawing.Point(22, 16);
  130. this.lbBucket.Name = "lbBucket";
  131. this.lbBucket.Size = new System.Drawing.Size(54, 13);
  132. this.lbBucket.TabIndex = 0;
  133. this.lbBucket.Text = "Bucket:";
  134. //
  135. // tbFileName
  136. //
  137. this.tbFileName.Location = new System.Drawing.Point(178, 63);
  138. this.tbFileName.Name = "tbFileName";
  139. this.tbFileName.Size = new System.Drawing.Size(220, 21);
  140. this.tbFileName.TabIndex = 3;
  141. //
  142. // lbFileName
  143. //
  144. this.lbFileName.AutoSize = true;
  145. this.lbFileName.Location = new System.Drawing.Point(22, 66);
  146. this.lbFileName.Name = "lbFileName";
  147. this.lbFileName.Size = new System.Drawing.Size(54, 13);
  148. this.lbFileName.TabIndex = 0;
  149. this.lbFileName.Text = "File name:";
  150. //
  151. // pgProxy
  152. //
  153. this.pgProxy.BackColor = System.Drawing.SystemColors.Window;
  154. this.pgProxy.Controls.Add(this.tbPassword);
  155. this.pgProxy.Controls.Add(this.tbUsername);
  156. this.pgProxy.Controls.Add(this.tbPort);
  157. this.pgProxy.Controls.Add(this.tbServer);
  158. this.pgProxy.Controls.Add(this.labelColon);
  159. this.pgProxy.Controls.Add(this.labelPassword);
  160. this.pgProxy.Controls.Add(this.labelUsername);
  161. this.pgProxy.Controls.Add(this.labelServer);
  162. this.pgProxy.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.pgProxy.Location = new System.Drawing.Point(100, 1);
  164. this.pgProxy.Name = "pgProxy";
  165. this.pgProxy.Size = new System.Drawing.Size(411, 118);
  166. this.pgProxy.TabIndex = 1;
  167. this.pgProxy.Text = "Proxy";
  168. //
  169. // tbPassword
  170. //
  171. this.tbPassword.Location = new System.Drawing.Point(126, 83);
  172. this.tbPassword.Name = "tbPassword";
  173. this.tbPassword.Size = new System.Drawing.Size(200, 20);
  174. this.tbPassword.TabIndex = 7;
  175. this.tbPassword.UseSystemPasswordChar = true;
  176. //
  177. // tbUsername
  178. //
  179. this.tbUsername.Location = new System.Drawing.Point(126, 57);
  180. this.tbUsername.Name = "tbUsername";
  181. this.tbUsername.Size = new System.Drawing.Size(200, 20);
  182. this.tbUsername.TabIndex = 6;
  183. //
  184. // tbPort
  185. //
  186. this.tbPort.Location = new System.Drawing.Point(349, 13);
  187. this.tbPort.Name = "tbPort";
  188. this.tbPort.Size = new System.Drawing.Size(50, 20);
  189. this.tbPort.TabIndex = 5;
  190. //
  191. // tbServer
  192. //
  193. this.tbServer.Location = new System.Drawing.Point(126, 13);
  194. this.tbServer.Name = "tbServer";
  195. this.tbServer.Size = new System.Drawing.Size(200, 20);
  196. this.tbServer.TabIndex = 4;
  197. //
  198. // labelColon
  199. //
  200. this.labelColon.AutoSize = true;
  201. this.labelColon.Location = new System.Drawing.Point(332, 16);
  202. this.labelColon.Name = "labelColon";
  203. this.labelColon.Size = new System.Drawing.Size(11, 13);
  204. this.labelColon.TabIndex = 3;
  205. this.labelColon.Text = ":";
  206. //
  207. // labelPassword
  208. //
  209. this.labelPassword.AutoSize = true;
  210. this.labelPassword.Location = new System.Drawing.Point(22, 86);
  211. this.labelPassword.Name = "labelPassword";
  212. this.labelPassword.Size = new System.Drawing.Size(57, 13);
  213. this.labelPassword.TabIndex = 2;
  214. this.labelPassword.Text = "Password:";
  215. //
  216. // labelUsername
  217. //
  218. this.labelUsername.AutoSize = true;
  219. this.labelUsername.Location = new System.Drawing.Point(22, 60);
  220. this.labelUsername.Name = "labelUsername";
  221. this.labelUsername.Size = new System.Drawing.Size(59, 13);
  222. this.labelUsername.TabIndex = 1;
  223. this.labelUsername.Text = "Username:";
  224. //
  225. // labelServer
  226. //
  227. this.labelServer.AutoSize = true;
  228. this.labelServer.Location = new System.Drawing.Point(22, 16);
  229. this.labelServer.Name = "labelServer";
  230. this.labelServer.Size = new System.Drawing.Size(43, 13);
  231. this.labelServer.TabIndex = 0;
  232. this.labelServer.Text = "Server:";
  233. //
  234. // DropboxStorageClientForm
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  238. this.ClientSize = new System.Drawing.Size(536, 173);
  239. this.Controls.Add(this.pageControl1);
  240. this.Name = "S3ClientForm";
  241. this.Text = "S3";
  242. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.S3ClientForm_FormClosing);
  243. this.Controls.SetChildIndex(this.btnCancel, 0);
  244. this.Controls.SetChildIndex(this.btnOk, 0);
  245. this.Controls.SetChildIndex(this.pageControl1, 0);
  246. this.pageControl1.ResumeLayout(false);
  247. this.pgFile.ResumeLayout(false);
  248. this.pgFile.PerformLayout();
  249. this.pgProxy.ResumeLayout(false);
  250. this.pgProxy.PerformLayout();
  251. this.ResumeLayout(false);
  252. }
  253. #endregion
  254. private global::FastReport.Controls.PageControl pageControl1;
  255. private global::FastReport.Controls.PageControlPage pgFile;
  256. private global::FastReport.Controls.PageControlPage pgProxy;
  257. private System.Windows.Forms.ComboBox cbFileType;
  258. private System.Windows.Forms.Label labelFileType;
  259. private System.Windows.Forms.Button buttonSettings;
  260. private System.Windows.Forms.Label labelColon;
  261. private System.Windows.Forms.Label labelPassword;
  262. private System.Windows.Forms.Label labelUsername;
  263. private System.Windows.Forms.Label labelServer;
  264. private System.Windows.Forms.TextBox tbUsername;
  265. private System.Windows.Forms.TextBox tbPort;
  266. private System.Windows.Forms.TextBox tbServer;
  267. private System.Windows.Forms.TextBox tbPassword;
  268. private System.Windows.Forms.ComboBox cbBucket;
  269. private System.Windows.Forms.Label lbBucket;
  270. private System.Windows.Forms.Label lbFileName;
  271. private System.Windows.Forms.TextBox tbFileName;
  272. }
  273. }