namespace EgwControlCenter { partial class TargetSetup { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TargetSetup)); dgView = new DataGridView(); btnReload = new Button(); btnSave = new Button(); statusStrip1 = new StatusStrip(); tsLabelOut = new ToolStripStatusLabel(); label1 = new Label(); label2 = new Label(); numVeto = new NumericUpDown(); numRef = new NumericUpDown(); ((System.ComponentModel.ISupportInitialize)dgView).BeginInit(); statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)numVeto).BeginInit(); ((System.ComponentModel.ISupportInitialize)numRef).BeginInit(); SuspendLayout(); // // dgView // dgView.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; dgView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells; dgView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgView.Location = new Point(11, 35); dgView.Name = "dgView"; dgView.Size = new Size(521, 141); dgView.TabIndex = 1; // // btnReload // btnReload.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnReload.Location = new Point(12, 4); btnReload.Name = "btnReload"; btnReload.Size = new Size(59, 23); btnReload.TabIndex = 2; btnReload.Text = "Cancel"; btnReload.UseVisualStyleBackColor = true; btnReload.Click += btnReload_Click; // // btnSave // btnSave.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnSave.Location = new Point(473, 4); btnSave.Name = "btnSave"; btnSave.Size = new Size(59, 23); btnSave.TabIndex = 3; btnSave.Text = "Save"; btnSave.UseVisualStyleBackColor = true; btnSave.Click += btnSave_Click; // // statusStrip1 // statusStrip1.Items.AddRange(new ToolStripItem[] { tsLabelOut }); statusStrip1.Location = new Point(0, 179); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new Size(544, 22); statusStrip1.TabIndex = 4; statusStrip1.Text = "statusStrip1"; // // tsLabelOut // tsLabelOut.Name = "tsLabelOut"; tsLabelOut.Size = new Size(16, 17); tsLabelOut.Text = "..."; // // label1 // label1.AutoSize = true; label1.Location = new Point(78, 8); label1.Name = "label1"; label1.Size = new Size(100, 15); label1.TabIndex = 5; label1.Text = "Refresh (1-3600 s)"; // // label2 // label2.AutoSize = true; label2.Location = new Point(253, 8); label2.Name = "label2"; label2.Size = new Size(136, 15); label2.TabIndex = 5; label2.Text = "Veto Check (1..14'400 m)"; // // numVeto // numVeto.Location = new Point(386, 6); numVeto.Maximum = new decimal(new int[] { 14400, 0, 0, 0 }); numVeto.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); numVeto.Name = "numVeto"; numVeto.Size = new Size(62, 23); numVeto.TabIndex = 7; numVeto.TextAlign = HorizontalAlignment.Right; numVeto.Value = new decimal(new int[] { 1, 0, 0, 0 }); numVeto.ValueChanged += numVeto_ValueChanged; // // numRef // numRef.Location = new Point(177, 6); numRef.Maximum = new decimal(new int[] { 3600, 0, 0, 0 }); numRef.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); numRef.Name = "numRef"; numRef.Size = new Size(62, 23); numRef.TabIndex = 7; numRef.TextAlign = HorizontalAlignment.Right; numRef.ThousandsSeparator = true; numRef.Value = new decimal(new int[] { 1, 0, 0, 0 }); numRef.ValueChanged += numRef_ValueChanged; // // TargetSetup // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(544, 201); Controls.Add(numRef); Controls.Add(numVeto); Controls.Add(label2); Controls.Add(label1); Controls.Add(statusStrip1); Controls.Add(btnSave); Controls.Add(btnReload); Controls.Add(dgView); Icon = (Icon)resources.GetObject("$this.Icon"); Name = "TargetSetup"; Text = "Setup Applicazioni Monitorate"; Load += TargetSetup_Load; ((System.ComponentModel.ISupportInitialize)dgView).EndInit(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)numVeto).EndInit(); ((System.ComponentModel.ISupportInitialize)numRef).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DataGridView dgView; private Button btnReload; private Button btnSave; private StatusStrip statusStrip1; private ToolStripStatusLabel tsLabelOut; private Label label1; private Label label2; private NumericUpDown numVeto; private NumericUpDown numRef; } }