namespace Tester { partial class WorkSpaceForm { /// /// 必要なデザイナー変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナーで生成されたコード /// /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtBaseURL = new System.Windows.Forms.TextBox(); this.txtTenantID = new System.Windows.Forms.TextBox(); this.txtAccessCode = new System.Windows.Forms.TextBox(); this.txtVersion = new System.Windows.Forms.TextBox(); this.txtTimeout = new System.Windows.Forms.TextBox(); this.btnAdd = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 12); this.label1.TabIndex = 0; this.label1.Text = "Base URL"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 12); this.label2.TabIndex = 2; this.label2.Text = "Tenant ID"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 12); this.label3.TabIndex = 4; this.label3.Text = "Access code"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 12); this.label4.TabIndex = 6; this.label4.Text = "API version"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 109); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(46, 12); this.label5.TabIndex = 8; this.label5.Text = "Timeout"; // // txtBaseURL // this.txtBaseURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtBaseURL.Location = new System.Drawing.Point(89, 6); this.txtBaseURL.Name = "txtBaseURL"; this.txtBaseURL.Size = new System.Drawing.Size(319, 19); this.txtBaseURL.TabIndex = 1; this.txtBaseURL.Text = "http://api.trial2.iot.jp.fujitsu.com"; // // txtTenantID // this.txtTenantID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtTenantID.Location = new System.Drawing.Point(89, 31); this.txtTenantID.Name = "txtTenantID"; this.txtTenantID.Size = new System.Drawing.Size(319, 19); this.txtTenantID.TabIndex = 3; this.txtTenantID.Text = "VCP310-001"; // // txtAccessCode // this.txtAccessCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtAccessCode.Location = new System.Drawing.Point(89, 56); this.txtAccessCode.Name = "txtAccessCode"; this.txtAccessCode.Size = new System.Drawing.Size(319, 19); this.txtAccessCode.TabIndex = 5; this.txtAccessCode.Text = "Management111"; // // txtVersion // this.txtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtVersion.Location = new System.Drawing.Point(89, 81); this.txtVersion.Name = "txtVersion"; this.txtVersion.Size = new System.Drawing.Size(319, 19); this.txtVersion.TabIndex = 7; this.txtVersion.Text = "v1"; // // txtTimeout // this.txtTimeout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtTimeout.Location = new System.Drawing.Point(89, 106); this.txtTimeout.Name = "txtTimeout"; this.txtTimeout.Size = new System.Drawing.Size(319, 19); this.txtTimeout.TabIndex = 9; this.txtTimeout.Text = "30000"; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.Location = new System.Drawing.Point(314, 131); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(94, 23); this.btnAdd.TabIndex = 10; this.btnAdd.Text = "AddController"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // WorkSpaceForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(420, 159); this.Controls.Add(this.btnAdd); this.Controls.Add(this.txtTimeout); this.Controls.Add(this.txtVersion); this.Controls.Add(this.txtAccessCode); this.Controls.Add(this.txtTenantID); this.Controls.Add(this.txtBaseURL); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "WorkSpaceForm"; this.Text = "Tester"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WorkSpace_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtBaseURL; private System.Windows.Forms.TextBox txtTenantID; private System.Windows.Forms.TextBox txtAccessCode; private System.Windows.Forms.TextBox txtVersion; private System.Windows.Forms.TextBox txtTimeout; private System.Windows.Forms.Button btnAdd; } }