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.label1 = new System.Windows.Forms.Label(); this.nb_ItemHistorySize = new System.Windows.Forms.NumericUpDown(); this.bt_path_open = new System.Windows.Forms.Button(); this.path = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.TbUrl = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.NbItemSizePhoto = new System.Windows.Forms.NumericUpDown(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NbItemSizePhoto)).BeginInit(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.NbItemSizePhoto); this.groupBox3.Controls.Add(this.TbUrl); this.groupBox3.Controls.Add(this.label2); 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, 187); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Параметры приложения"; // // 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 = "Кол-во записей истории"; // // 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; // // bt_path_open // this.bt_path_open.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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 = "Приложение для подключения"; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // TbUrl // this.TbUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbUrl.Location = new System.Drawing.Point(10, 103); this.TbUrl.Name = "TbUrl"; this.TbUrl.Size = new System.Drawing.Size(298, 20); this.TbUrl.TabIndex = 11; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(137, 13); this.label2.TabIndex = 10; this.label2.Text = "Адрес запроса миниатюр"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(144, 13); this.label3.TabIndex = 13; this.label3.Text = "Кол-во миниатюр в памяти"; // // NbItemSizePhoto // this.NbItemSizePhoto.Location = new System.Drawing.Point(157, 127); this.NbItemSizePhoto.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.NbItemSizePhoto.Name = "NbItemSizePhoto"; this.NbItemSizePhoto.Size = new System.Drawing.Size(151, 20); this.NbItemSizePhoto.TabIndex = 12; // // 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, 193); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NbItemSizePhoto)).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; private System.Windows.Forms.TextBox TbUrl; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown NbItemSizePhoto; } }