namespace PlaylistManager { partial class frmPathSelect { /// /// 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() { lblPath = new Label(); txtPath = new TextBox(); btnPathBrowse = new Button(); btnOK = new Button(); btnCancel = new Button(); SuspendLayout(); // // lblPath // lblPath.AutoSize = true; lblPath.Location = new Point(12, 16); lblPath.Name = "lblPath"; lblPath.Size = new Size(31, 15); lblPath.TabIndex = 0; lblPath.Text = "Pfad"; // // txtPath // txtPath.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; txtPath.Location = new Point(65, 12); txtPath.Name = "txtPath"; txtPath.Size = new Size(360, 23); txtPath.TabIndex = 1; // // btnPathBrowse // btnPathBrowse.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnPathBrowse.Location = new Point(431, 12); btnPathBrowse.Name = "btnPathBrowse"; btnPathBrowse.Size = new Size(27, 23); btnPathBrowse.TabIndex = 2; btnPathBrowse.Text = "..."; btnPathBrowse.UseVisualStyleBackColor = true; // // btnOK // btnOK.Anchor = AnchorStyles.Bottom; btnOK.Location = new Point(157, 42); btnOK.Name = "btnOK"; btnOK.Size = new Size(75, 23); btnOK.TabIndex = 3; btnOK.Text = "OK"; btnOK.UseVisualStyleBackColor = true; // // btnCancel // btnCancel.Anchor = AnchorStyles.Bottom; btnCancel.Location = new Point(238, 42); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(75, 23); btnCancel.TabIndex = 4; btnCancel.Text = "Abbrechen"; btnCancel.UseVisualStyleBackColor = true; // // frmPathSelect // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(470, 76); Controls.Add(btnCancel); Controls.Add(btnOK); Controls.Add(btnPathBrowse); Controls.Add(txtPath); Controls.Add(lblPath); FormBorderStyle = FormBorderStyle.SizableToolWindow; Name = "frmPathSelect"; Text = "Pfad"; ResumeLayout(false); PerformLayout(); } #endregion private Label lblPath; private Button btnPathBrowse; private Button btnOK; private Button btnCancel; internal TextBox txtPath; } }