ClientInfoForm.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. namespace FastReport.Cloud.StorageClient.S3
  2. {
  3. partial class ClientInfoForm
  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.lbAccessKeyId = new System.Windows.Forms.Label();
  29. this.tbAccessKeyId = new System.Windows.Forms.TextBox();
  30. this.lbHost = new System.Windows.Forms.Label();
  31. this.tbHost = new System.Windows.Forms.TextBox();
  32. this.tbSecretAccessKey = new System.Windows.Forms.TextBox();
  33. this.lbSecretAccessKey = new System.Windows.Forms.Label();
  34. this.lbRegion = new System.Windows.Forms.Label();
  35. this.tbRegion = new System.Windows.Forms.TextBox();
  36. this.SuspendLayout();
  37. //
  38. // btnOk
  39. //
  40. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  41. this.btnOk.Location = new System.Drawing.Point(276, 119);
  42. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  43. this.btnOk.TabIndex = 2;
  44. //
  45. // btnCancel
  46. //
  47. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  48. this.btnCancel.Location = new System.Drawing.Point(357, 119);
  49. this.btnCancel.TabIndex = 3;
  50. //
  51. // labelClientId
  52. //
  53. this.lbAccessKeyId.AutoSize = true;
  54. this.lbAccessKeyId.Location = new System.Drawing.Point(12, 15);
  55. this.lbAccessKeyId.Name = "labelClientId";
  56. this.lbAccessKeyId.Size = new System.Drawing.Size(52, 13);
  57. this.lbAccessKeyId.TabIndex = 0;
  58. this.lbAccessKeyId.Text = "Access key id:";
  59. //
  60. // tbClientId
  61. //
  62. this.tbAccessKeyId.Location = new System.Drawing.Point(192, 12);
  63. this.tbAccessKeyId.Name = "tbClientId";
  64. this.tbAccessKeyId.Size = new System.Drawing.Size(240, 20);
  65. this.tbAccessKeyId.TabIndex = 1;
  66. //
  67. // lbSecretAccessKey
  68. //
  69. this.lbSecretAccessKey.AutoSize = true;
  70. this.lbSecretAccessKey.Location = new System.Drawing.Point(12, 40);
  71. this.lbSecretAccessKey.Name = "lbSecretAccessKey";
  72. this.lbSecretAccessKey.Size = new System.Drawing.Size(52, 13);
  73. this.lbSecretAccessKey.TabIndex = 0;
  74. this.lbSecretAccessKey.Text = "Secret access key:";
  75. //
  76. // tbSecretAccessKey
  77. //
  78. this.tbSecretAccessKey.Location = new System.Drawing.Point(192, 37);
  79. this.tbSecretAccessKey.Name = "tbSecretAccessKey";
  80. this.tbSecretAccessKey.Size = new System.Drawing.Size(240, 20);
  81. this.tbSecretAccessKey.TabIndex = 2;
  82. //
  83. // lbRegion
  84. //
  85. this.lbRegion.AutoSize = true;
  86. this.lbRegion.Location = new System.Drawing.Point(12, 65);
  87. this.lbRegion.Name = "lbRegion";
  88. this.lbRegion.Size = new System.Drawing.Size(52, 13);
  89. this.lbRegion.TabIndex = 0;
  90. this.lbRegion.Text = "Region:";
  91. //
  92. // tbRegion
  93. //
  94. this.tbRegion.Location = new System.Drawing.Point(192, 62);
  95. this.tbRegion.Name = "tbRegion";
  96. this.tbRegion.Size = new System.Drawing.Size(240, 20);
  97. this.tbRegion.TabIndex = 3;
  98. //
  99. // lbHost
  100. //
  101. this.lbHost.AutoSize = true;
  102. this.lbHost.Location = new System.Drawing.Point(12, 90);
  103. this.lbHost.Name = "lbHost";
  104. this.lbHost.Size = new System.Drawing.Size(52, 13);
  105. this.lbRegion.TabIndex = 0;
  106. this.lbHost.Text = "Host:";
  107. //
  108. // tbHost
  109. //
  110. this.tbHost.Location = new System.Drawing.Point(192, 87);
  111. this.tbHost.Name = "tbHost";
  112. this.tbHost.Size = new System.Drawing.Size(240, 20);
  113. this.tbHost.TabIndex = 4;
  114. //
  115. // ClientInfoForm
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  119. this.ClientSize = new System.Drawing.Size(444, 155);
  120. this.Controls.Add(this.tbAccessKeyId);
  121. this.Controls.Add(this.lbAccessKeyId);
  122. this.Controls.Add(this.lbSecretAccessKey);
  123. this.Controls.Add(this.tbSecretAccessKey);
  124. this.Controls.Add(this.tbHost);
  125. this.Controls.Add(this.lbHost);
  126. this.Controls.Add(this.tbRegion);
  127. this.Controls.Add(this.lbRegion);
  128. this.Location = new System.Drawing.Point(0, 0);
  129. this.Name = "ClientInfoForm";
  130. this.Text = "Client Info";
  131. this.Controls.SetChildIndex(this.lbAccessKeyId, 0);
  132. this.Controls.SetChildIndex(this.btnOk, 0);
  133. this.Controls.SetChildIndex(this.btnCancel, 0);
  134. this.Controls.SetChildIndex(this.tbAccessKeyId, 0);
  135. this.ResumeLayout(false);
  136. this.PerformLayout();
  137. }
  138. #endregion
  139. private System.Windows.Forms.Label lbAccessKeyId;
  140. private System.Windows.Forms.TextBox tbAccessKeyId;
  141. private System.Windows.Forms.Label lbSecretAccessKey;
  142. private System.Windows.Forms.TextBox tbSecretAccessKey;
  143. private System.Windows.Forms.Label lbRegion;
  144. private System.Windows.Forms.TextBox tbRegion;
  145. private System.Windows.Forms.Label lbHost;
  146. private System.Windows.Forms.TextBox tbHost;
  147. }
  148. }