namespace Remontor.Setting { partial class settingAppControl { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором компонентов /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.groupBox3 = new System.Windows.Forms.GroupBox(); this.bt_path_open = new System.Windows.Forms.Button(); this.path = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.nb_ItemHistorySize = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).BeginInit(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.nb_ItemHistorySize); this.groupBox3.Controls.Add(this.bt_path_open); this.groupBox3.Controls.Add(this.path); this.groupBox3.Controls.Add(this.label12); this.groupBox3.Location = new System.Drawing.Point(3, 3); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(319, 124); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Параметры подключений"; // // bt_path_open // this.bt_path_open.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.bt_path_open.Location = new System.Drawing.Point(281, 36); this.bt_path_open.Name = "bt_path_open"; this.bt_path_open.Size = new System.Drawing.Size(27, 23); this.bt_path_open.TabIndex = 7; this.bt_path_open.Text = "..."; this.bt_path_open.UseVisualStyleBackColor = true; this.bt_path_open.Click += new System.EventHandler(this.bt_path_open_Click); // // path // this.path.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.path.Location = new System.Drawing.Point(10, 37); this.path.Name = "path"; this.path.Size = new System.Drawing.Size(272, 20); this.path.TabIndex = 6; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(7, 21); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(162, 13); this.label12.TabIndex = 5; this.label12.Text = "Приложение для подключения"; // // nb_ItemHistorySize // this.nb_ItemHistorySize.Location = new System.Drawing.Point(143, 65); this.nb_ItemHistorySize.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.nb_ItemHistorySize.Name = "nb_ItemHistorySize"; this.nb_ItemHistorySize.Size = new System.Drawing.Size(165, 20); this.nb_ItemHistorySize.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(130, 13); this.label1.TabIndex = 9; this.label1.Text = "Кол-во записей истории"; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // settingAppControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox3); this.Name = "settingAppControl"; this.Size = new System.Drawing.Size(325, 130); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button bt_path_open; private System.Windows.Forms.TextBox path; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown nb_ItemHistorySize; private System.Windows.Forms.OpenFileDialog openFileDialog1; } }