namespace GitUI.Script { partial class FormFilePrompt { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFilePrompt)); this.btnOk = new System.Windows.Forms.Button(); this.txtFilePath = new System.Windows.Forms.TextBox(); this.lblSelectFiles = new System.Windows.Forms.Label(); this.btnBrowse = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // btnOk // this.btnOk.AutoSize = true; this.btnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnOk.Dock = System.Windows.Forms.DockStyle.Fill; this.btnOk.Location = new System.Drawing.Point(415, 34); this.btnOk.MinimumSize = new System.Drawing.Size(100, 25); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(115, 25); this.btnOk.TabIndex = 3; this.btnOk.Text = "&OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // txtFilePath // this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.txtFilePath.Location = new System.Drawing.Point(75, 5); this.txtFilePath.Name = "txtFilePath"; this.txtFilePath.Size = new System.Drawing.Size(334, 21); this.txtFilePath.TabIndex = 1; // // lblSelectFiles // this.lblSelectFiles.AutoSize = true; this.lblSelectFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.lblSelectFiles.Location = new System.Drawing.Point(3, 0); this.lblSelectFiles.Name = "lblSelectFiles"; this.lblSelectFiles.Size = new System.Drawing.Size(66, 31); this.lblSelectFiles.TabIndex = 0; this.lblSelectFiles.Text = "Select file(s)"; this.lblSelectFiles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnBrowse // this.btnBrowse.Dock = System.Windows.Forms.DockStyle.Fill; this.btnBrowse.Image = global::GitUI.Properties.Images.BrowseFileExplorer; this.btnBrowse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnBrowse.Location = new System.Drawing.Point(415, 3); this.btnBrowse.MinimumSize = new System.Drawing.Size(100, 25); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(115, 25); this.btnBrowse.TabIndex = 2; this.btnBrowse.Text = "Browse..."; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.lblSelectFiles, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnOk, 2, 1); this.tableLayoutPanel1.Controls.Add(this.txtFilePath, 1, 0); this.tableLayoutPanel1.Controls.Add(this.btnBrowse, 2, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(8, 8); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(533, 62); this.tableLayoutPanel1.TabIndex = 0; // // FormFilePrompt // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(549, 78); this.Controls.Add(this.tableLayoutPanel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormFilePrompt"; this.Padding = new System.Windows.Forms.Padding(8); this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "Select script files"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.TextBox txtFilePath; private System.Windows.Forms.Label lblSelectFiles; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }