OSDN Git Service

Kybernetes1.1.6.8リリース
[kybernetes/Kybernetes.git] / main / view / FileInputBox.Designer.cs
diff --git a/main/view/FileInputBox.Designer.cs b/main/view/FileInputBox.Designer.cs
new file mode 100644 (file)
index 0000000..e00cdc7
--- /dev/null
@@ -0,0 +1,124 @@
+namespace com.andoutomo.kybernetes.view\r
+{\r
+    partial class FileInputBox\r
+    {\r
+        /// <summary>\r
+        /// 必要なデザイナー変数です。\r
+        /// </summary>\r
+        private System.ComponentModel.IContainer components = null;\r
+\r
+        /// <summary>\r
+        /// 使用中のリソースをすべてクリーンアップします。\r
+        /// </summary>\r
+        /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
+        protected override void Dispose(bool disposing)\r
+        {\r
+            if (disposing && (components != null))\r
+            {\r
+                components.Dispose();\r
+            }\r
+            base.Dispose(disposing);\r
+        }\r
+\r
+        #region Windows フォーム デザイナーで生成されたコード\r
+\r
+        /// <summary>\r
+        /// デザイナー サポートに必要なメソッドです。このメソッドの内容を\r
+        /// コード エディターで変更しないでください。\r
+        /// </summary>\r
+        private void InitializeComponent()\r
+        {\r
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileInputBox));\r
+            this.textInput = new System.Windows.Forms.TextBox();\r
+            this.lblPrompt = new System.Windows.Forms.Label();\r
+            this.btnFileDialog = new System.Windows.Forms.Button();\r
+            this.btnOK = new System.Windows.Forms.Button();\r
+            this.btnCancel = new System.Windows.Forms.Button();\r
+            this.openPath = new System.Windows.Forms.OpenFileDialog();\r
+            this.SuspendLayout();\r
+            // \r
+            // textInput\r
+            // \r
+            this.textInput.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
+            this.textInput.Location = new System.Drawing.Point(6, 26);\r
+            this.textInput.Name = "textInput";\r
+            this.textInput.Size = new System.Drawing.Size(436, 19);\r
+            this.textInput.TabIndex = 0;\r
+            this.textInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textInput_KeyDown);\r
+            // \r
+            // lblPrompt\r
+            // \r
+            this.lblPrompt.AutoSize = true;\r
+            this.lblPrompt.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
+            this.lblPrompt.Location = new System.Drawing.Point(4, 9);\r
+            this.lblPrompt.Name = "lblPrompt";\r
+            this.lblPrompt.Size = new System.Drawing.Size(245, 12);\r
+            this.lblPrompt.TabIndex = 1;\r
+            this.lblPrompt.Text = "ファイルあるいはパスを指定してください。";\r
+            // \r
+            // btnFileDialog\r
+            // \r
+            this.btnFileDialog.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
+            this.btnFileDialog.Location = new System.Drawing.Point(448, 25);\r
+            this.btnFileDialog.Name = "btnFileDialog";\r
+            this.btnFileDialog.Size = new System.Drawing.Size(59, 21);\r
+            this.btnFileDialog.TabIndex = 2;\r
+            this.btnFileDialog.Text = "参照...";\r
+            this.btnFileDialog.UseVisualStyleBackColor = true;\r
+            this.btnFileDialog.Click += new System.EventHandler(this.btnFileDialog_Click);\r
+            // \r
+            // btnOK\r
+            // \r
+            this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
+            this.btnOK.Location = new System.Drawing.Point(511, 25);\r
+            this.btnOK.Name = "btnOK";\r
+            this.btnOK.Size = new System.Drawing.Size(65, 21);\r
+            this.btnOK.TabIndex = 3;\r
+            this.btnOK.Text = "OK";\r
+            this.btnOK.UseVisualStyleBackColor = true;\r
+            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);\r
+            // \r
+            // btnCancel\r
+            // \r
+            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
+            this.btnCancel.Location = new System.Drawing.Point(580, 25);\r
+            this.btnCancel.Name = "btnCancel";\r
+            this.btnCancel.Size = new System.Drawing.Size(65, 21);\r
+            this.btnCancel.TabIndex = 4;\r
+            this.btnCancel.Text = "Cancel";\r
+            this.btnCancel.UseVisualStyleBackColor = true;\r
+            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);\r
+            // \r
+            // FileInputBox\r
+            // \r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.ClientSize = new System.Drawing.Size(647, 51);\r
+            this.Controls.Add(this.btnCancel);\r
+            this.Controls.Add(this.btnOK);\r
+            this.Controls.Add(this.btnFileDialog);\r
+            this.Controls.Add(this.lblPrompt);\r
+            this.Controls.Add(this.textInput);\r
+            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
+            this.MaximizeBox = false;\r
+            this.MinimizeBox = false;\r
+            this.Name = "FileInputBox";\r
+            this.ShowIcon = false;\r
+            this.ShowInTaskbar = false;\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
+            this.Text = "Kybernetes Input System";\r
+            this.ResumeLayout(false);\r
+            this.PerformLayout();\r
+\r
+        }\r
+\r
+        #endregion\r
+\r
+        private System.Windows.Forms.TextBox textInput;\r
+        private System.Windows.Forms.Label lblPrompt;\r
+        private System.Windows.Forms.Button btnFileDialog;\r
+        private System.Windows.Forms.Button btnOK;\r
+        private System.Windows.Forms.Button btnCancel;\r
+        private System.Windows.Forms.OpenFileDialog openPath;\r
+    }\r
+}
\ No newline at end of file