namespace LibationWinForms.Dialogs { partial class LibationFilesDialog { /// /// 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.libationFilesDescLbl = new System.Windows.Forms.Label(); this.cancelBtn = new System.Windows.Forms.Button(); this.saveBtn = new System.Windows.Forms.Button(); this.directoryOrCustomSelectControl = new LibationWinForms.Dialogs.DirectoryOrCustomSelectControl(); this.SuspendLayout(); // // libationFilesDescLbl // this.libationFilesDescLbl.AutoSize = true; this.libationFilesDescLbl.Location = new System.Drawing.Point(14, 10); this.libationFilesDescLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.libationFilesDescLbl.Name = "libationFilesDescLbl"; this.libationFilesDescLbl.Size = new System.Drawing.Size(39, 15); this.libationFilesDescLbl.TabIndex = 0; this.libationFilesDescLbl.Text = "[desc]"; // // cancelBtn // this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelBtn.Location = new System.Drawing.Point(832, 118); this.cancelBtn.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(88, 27); this.cancelBtn.TabIndex = 10; this.cancelBtn.Text = "Cancel"; this.cancelBtn.UseVisualStyleBackColor = true; this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); // // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveBtn.Location = new System.Drawing.Point(714, 118); this.saveBtn.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.saveBtn.Name = "saveBtn"; this.saveBtn.Size = new System.Drawing.Size(88, 27); this.saveBtn.TabIndex = 9; this.saveBtn.Text = "Save"; this.saveBtn.UseVisualStyleBackColor = true; this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); // // directoryOrCustomSelectControl // this.directoryOrCustomSelectControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.directoryOrCustomSelectControl.Location = new System.Drawing.Point(14, 28); this.directoryOrCustomSelectControl.Name = "directoryOrCustomSelectControl"; this.directoryOrCustomSelectControl.Size = new System.Drawing.Size(909, 81); this.directoryOrCustomSelectControl.TabIndex = 11; // // LibationFilesDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(933, 158); this.Controls.Add(this.directoryOrCustomSelectControl); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.saveBtn); this.Controls.Add(this.libationFilesDescLbl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "LibationFilesDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Libation Files location"; this.Load += new System.EventHandler(this.LibationFilesDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label libationFilesDescLbl; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.Button saveBtn; private DirectoryOrCustomSelectControl directoryOrCustomSelectControl; } }