namespace NHSE.WinForms { partial class FlagEditor { /// /// 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() { this.B_Cancel = new System.Windows.Forms.Button(); this.B_Save = new System.Windows.Forms.Button(); this.LB_Counts = new System.Windows.Forms.ListBox(); this.NUD_Count = new System.Windows.Forms.NumericUpDown(); this.L_Count = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Count)).BeginInit(); this.SuspendLayout(); // // B_Cancel // this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.B_Cancel.Location = new System.Drawing.Point(200, 226); this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Size = new System.Drawing.Size(72, 23); this.B_Cancel.TabIndex = 7; this.B_Cancel.Text = "Cancel"; this.B_Cancel.UseVisualStyleBackColor = true; this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click); // // B_Save // this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.B_Save.Location = new System.Drawing.Point(200, 197); this.B_Save.Name = "B_Save"; this.B_Save.Size = new System.Drawing.Size(72, 23); this.B_Save.TabIndex = 6; this.B_Save.Text = "Save"; this.B_Save.UseVisualStyleBackColor = true; this.B_Save.Click += new System.EventHandler(this.B_Save_Click); // // LB_Counts // this.LB_Counts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LB_Counts.FormattingEnabled = true; this.LB_Counts.Location = new System.Drawing.Point(12, 12); this.LB_Counts.Name = "LB_Counts"; this.LB_Counts.Size = new System.Drawing.Size(177, 238); this.LB_Counts.TabIndex = 8; this.LB_Counts.SelectedIndexChanged += new System.EventHandler(this.LB_Counts_SelectedIndexChanged); // // NUD_Count // this.NUD_Count.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.NUD_Count.Location = new System.Drawing.Point(200, 28); this.NUD_Count.Maximum = new decimal(new int[] { 32767, 0, 0, 0}); this.NUD_Count.Minimum = new decimal(new int[] { 32768, 0, 0, -2147483648}); this.NUD_Count.Name = "NUD_Count"; this.NUD_Count.Size = new System.Drawing.Size(72, 20); this.NUD_Count.TabIndex = 9; this.NUD_Count.ValueChanged += new System.EventHandler(this.NUD_Count_ValueChanged); // // L_Count // this.L_Count.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_Count.AutoSize = true; this.L_Count.Location = new System.Drawing.Point(197, 12); this.L_Count.Name = "L_Count"; this.L_Count.Size = new System.Drawing.Size(37, 13); this.L_Count.TabIndex = 10; this.L_Count.Text = "Value:"; // // FlagEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 261); this.Controls.Add(this.L_Count); this.Controls.Add(this.NUD_Count); this.Controls.Add(this.LB_Counts); this.Controls.Add(this.B_Cancel); this.Controls.Add(this.B_Save); this.Icon = global::NHSE.WinForms.Properties.Resources.icon; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FlagEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Flag Editor"; ((System.ComponentModel.ISupportInitialize)(this.NUD_Count)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.Button B_Save; private System.Windows.Forms.ListBox LB_Counts; private System.Windows.Forms.NumericUpDown NUD_Count; private System.Windows.Forms.Label L_Count; } }