namespace FastReport.Cloud.StorageClient.Box { partial class ClientInfoForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.labelClientId = new System.Windows.Forms.Label(); this.labelClientSecret = new System.Windows.Forms.Label(); this.tbClientId = new System.Windows.Forms.TextBox(); this.tbClientSecret = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnOk // this.btnOk.Location = new System.Drawing.Point(226, 64); this.btnOk.Click += new System.EventHandler(this.btnOk_Click); this.btnOk.TabIndex = 4; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(307, 64); this.btnCancel.TabIndex = 5; // // labelClientId // this.labelClientId.AutoSize = true; this.labelClientId.Location = new System.Drawing.Point(12, 15); this.labelClientId.Name = "labelClientId"; this.labelClientId.Size = new System.Drawing.Size(52, 13); this.labelClientId.TabIndex = 0; this.labelClientId.Text = "Client ID:"; // // labelClientSecret // this.labelClientSecret.AutoSize = true; this.labelClientSecret.Location = new System.Drawing.Point(12, 41); this.labelClientSecret.Name = "labelClientSecret"; this.labelClientSecret.Size = new System.Drawing.Size(72, 13); this.labelClientSecret.TabIndex = 2; this.labelClientSecret.Text = "Client Secret:"; // // tbClientId // this.tbClientId.Location = new System.Drawing.Point(142, 12); this.tbClientId.Name = "tbClientId"; this.tbClientId.Size = new System.Drawing.Size(240, 20); this.tbClientId.TabIndex = 1; // // tbClientSecret // this.tbClientSecret.Location = new System.Drawing.Point(142, 38); this.tbClientSecret.Name = "tbClientSecret"; this.tbClientSecret.Size = new System.Drawing.Size(240, 20); this.tbClientSecret.TabIndex = 3; // // ClientInfoForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(394, 99); this.Controls.Add(this.tbClientSecret); this.Controls.Add(this.tbClientId); this.Controls.Add(this.labelClientSecret); this.Controls.Add(this.labelClientId); this.Name = "ClientInfoForm"; this.Text = "Client Info"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ClientInfoForm_FormClosing); this.Controls.SetChildIndex(this.labelClientId, 0); this.Controls.SetChildIndex(this.labelClientSecret, 0); this.Controls.SetChildIndex(this.tbClientId, 0); this.Controls.SetChildIndex(this.tbClientSecret, 0); this.Controls.SetChildIndex(this.btnOk, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelClientId; private System.Windows.Forms.Label labelClientSecret; private System.Windows.Forms.TextBox tbClientId; private System.Windows.Forms.TextBox tbClientSecret; } }