123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- namespace FastReport.Cloud.StorageClient.S3
- {
- partial class ClientInfoForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.lbAccessKeyId = new System.Windows.Forms.Label();
- this.tbAccessKeyId = new System.Windows.Forms.TextBox();
- this.lbHost = new System.Windows.Forms.Label();
- this.tbHost = new System.Windows.Forms.TextBox();
- this.tbSecretAccessKey = new System.Windows.Forms.TextBox();
- this.lbSecretAccessKey = new System.Windows.Forms.Label();
- this.lbRegion = new System.Windows.Forms.Label();
- this.tbRegion = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // btnOk
- //
- this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOk.Location = new System.Drawing.Point(276, 119);
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- this.btnOk.TabIndex = 2;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Location = new System.Drawing.Point(357, 119);
- this.btnCancel.TabIndex = 3;
- //
- // labelClientId
- //
- this.lbAccessKeyId.AutoSize = true;
- this.lbAccessKeyId.Location = new System.Drawing.Point(12, 15);
- this.lbAccessKeyId.Name = "labelClientId";
- this.lbAccessKeyId.Size = new System.Drawing.Size(52, 13);
- this.lbAccessKeyId.TabIndex = 0;
- this.lbAccessKeyId.Text = "Access key id:";
- //
- // tbClientId
- //
- this.tbAccessKeyId.Location = new System.Drawing.Point(192, 12);
- this.tbAccessKeyId.Name = "tbClientId";
- this.tbAccessKeyId.Size = new System.Drawing.Size(240, 20);
- this.tbAccessKeyId.TabIndex = 1;
- //
- // lbSecretAccessKey
- //
- this.lbSecretAccessKey.AutoSize = true;
- this.lbSecretAccessKey.Location = new System.Drawing.Point(12, 40);
- this.lbSecretAccessKey.Name = "lbSecretAccessKey";
- this.lbSecretAccessKey.Size = new System.Drawing.Size(52, 13);
- this.lbSecretAccessKey.TabIndex = 0;
- this.lbSecretAccessKey.Text = "Secret access key:";
- //
- // tbSecretAccessKey
- //
- this.tbSecretAccessKey.Location = new System.Drawing.Point(192, 37);
- this.tbSecretAccessKey.Name = "tbSecretAccessKey";
- this.tbSecretAccessKey.Size = new System.Drawing.Size(240, 20);
- this.tbSecretAccessKey.TabIndex = 2;
- //
- // lbRegion
- //
- this.lbRegion.AutoSize = true;
- this.lbRegion.Location = new System.Drawing.Point(12, 65);
- this.lbRegion.Name = "lbRegion";
- this.lbRegion.Size = new System.Drawing.Size(52, 13);
- this.lbRegion.TabIndex = 0;
- this.lbRegion.Text = "Region:";
- //
- // tbRegion
- //
- this.tbRegion.Location = new System.Drawing.Point(192, 62);
- this.tbRegion.Name = "tbRegion";
- this.tbRegion.Size = new System.Drawing.Size(240, 20);
- this.tbRegion.TabIndex = 3;
- //
- // lbHost
- //
- this.lbHost.AutoSize = true;
- this.lbHost.Location = new System.Drawing.Point(12, 90);
- this.lbHost.Name = "lbHost";
- this.lbHost.Size = new System.Drawing.Size(52, 13);
- this.lbRegion.TabIndex = 0;
- this.lbHost.Text = "Host:";
- //
- // tbHost
- //
- this.tbHost.Location = new System.Drawing.Point(192, 87);
- this.tbHost.Name = "tbHost";
- this.tbHost.Size = new System.Drawing.Size(240, 20);
- this.tbHost.TabIndex = 4;
- //
- // ClientInfoForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(444, 155);
- this.Controls.Add(this.tbAccessKeyId);
- this.Controls.Add(this.lbAccessKeyId);
- this.Controls.Add(this.lbSecretAccessKey);
- this.Controls.Add(this.tbSecretAccessKey);
- this.Controls.Add(this.tbHost);
- this.Controls.Add(this.lbHost);
- this.Controls.Add(this.tbRegion);
- this.Controls.Add(this.lbRegion);
- this.Location = new System.Drawing.Point(0, 0);
- this.Name = "ClientInfoForm";
- this.Text = "Client Info";
- this.Controls.SetChildIndex(this.lbAccessKeyId, 0);
- this.Controls.SetChildIndex(this.btnOk, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.tbAccessKeyId, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lbAccessKeyId;
- private System.Windows.Forms.TextBox tbAccessKeyId;
- private System.Windows.Forms.Label lbSecretAccessKey;
- private System.Windows.Forms.TextBox tbSecretAccessKey;
- private System.Windows.Forms.Label lbRegion;
- private System.Windows.Forms.TextBox tbRegion;
- private System.Windows.Forms.Label lbHost;
- private System.Windows.Forms.TextBox tbHost;
- }
- }
|