namespace com.andoutomo.kybernetes.view { partial class TemplateBox { /// /// 必要なデザイナー変数です。 /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateBox)); this.listTemplate = new System.Windows.Forms.ListBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnApply = new System.Windows.Forms.Button(); this.btnRemove = new System.Windows.Forms.Button(); this.lblContents = new System.Windows.Forms.Label(); this.SuspendLayout(); // // listTemplate // this.listTemplate.FormattingEnabled = true; this.listTemplate.ItemHeight = 12; this.listTemplate.Location = new System.Drawing.Point(3, 4); this.listTemplate.Name = "listTemplate"; this.listTemplate.Size = new System.Drawing.Size(277, 184); this.listTemplate.TabIndex = 0; this.listTemplate.SelectedIndexChanged += new System.EventHandler(this.listTemplate_SelectedIndexChanged); // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(201, 231); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 3; this.btnClose.Text = "閉じる"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnApply // this.btnApply.Location = new System.Drawing.Point(120, 231); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 2; this.btnApply.Text = "適用"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // btnRemove // this.btnRemove.Location = new System.Drawing.Point(39, 230); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(75, 23); this.btnRemove.TabIndex = 1; this.btnRemove.Text = "削除"; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // lblContents // this.lblContents.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.lblContents.Location = new System.Drawing.Point(4, 201); this.lblContents.Name = "lblContents"; this.lblContents.Size = new System.Drawing.Size(276, 16); this.lblContents.TabIndex = 4; this.lblContents.Text = " "; // // TemplateBox // this.AcceptButton = this.btnApply; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(284, 262); this.ControlBox = false; this.Controls.Add(this.lblContents); this.Controls.Add(this.btnRemove); this.Controls.Add(this.btnApply); this.Controls.Add(this.btnClose); this.Controls.Add(this.listTemplate); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(300, 300); this.MinimumSize = new System.Drawing.Size(300, 300); this.Name = "TemplateBox"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Kybernetes Input System"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox listTemplate; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.Button btnRemove; private System.Windows.Forms.Label lblContents; } }