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() { libationFilesDescLbl = new System.Windows.Forms.Label(); cancelBtn = new System.Windows.Forms.Button(); saveBtn = new System.Windows.Forms.Button(); libationFilesSelectControl = new DirectoryOrCustomSelectControl(); SuspendLayout(); // // libationFilesDescLbl // libationFilesDescLbl.AutoSize = true; libationFilesDescLbl.Location = new System.Drawing.Point(28, 20); libationFilesDescLbl.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); libationFilesDescLbl.Name = "libationFilesDescLbl"; libationFilesDescLbl.Size = new System.Drawing.Size(76, 32); libationFilesDescLbl.TabIndex = 0; libationFilesDescLbl.Text = "[desc]"; // // cancelBtn // cancelBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; cancelBtn.Location = new System.Drawing.Point(1664, 236); cancelBtn.Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); cancelBtn.Name = "cancelBtn"; cancelBtn.Size = new System.Drawing.Size(176, 54); cancelBtn.TabIndex = 3; cancelBtn.Text = "Cancel"; cancelBtn.UseVisualStyleBackColor = true; cancelBtn.Click += cancelBtn_Click; // // saveBtn // saveBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; saveBtn.Location = new System.Drawing.Point(1428, 236); saveBtn.Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); saveBtn.Name = "saveBtn"; saveBtn.Size = new System.Drawing.Size(176, 54); saveBtn.TabIndex = 2; saveBtn.Text = "Save"; saveBtn.UseVisualStyleBackColor = true; saveBtn.Click += saveBtn_Click; // // libationFilesSelectControl // libationFilesSelectControl.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; libationFilesSelectControl.Location = new System.Drawing.Point(28, 56); libationFilesSelectControl.Margin = new System.Windows.Forms.Padding(12); libationFilesSelectControl.Name = "libationFilesSelectControl"; libationFilesSelectControl.Size = new System.Drawing.Size(1818, 176); libationFilesSelectControl.TabIndex = 1; // // LibationFilesDialog // AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; AutoSize = true; ClientSize = new System.Drawing.Size(1866, 328); Controls.Add(libationFilesSelectControl); Controls.Add(cancelBtn); Controls.Add(saveBtn); Controls.Add(libationFilesDescLbl); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); Name = "LibationFilesDialog"; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; Text = "Libation Files location"; Load += LibationFilesDialog_Load; ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Label libationFilesDescLbl; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.Button saveBtn; private DirectoryOrCustomSelectControl libationFilesSelectControl; } }