namespace IndianHealthService.BMXNet.WinForm.Forms { partial class RpmsServerConfigurationManagementDialog { /// /// 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.specListView = new System.Windows.Forms.ListView(); this.newButton = new System.Windows.Forms.Button(); this.deleteButton = new System.Windows.Forms.Button(); this.editButton = new System.Windows.Forms.Button(); this.beDefaultButton = new System.Windows.Forms.Button(); this.moveUpButton = new System.Windows.Forms.Button(); this.moveDownButton = new System.Windows.Forms.Button(); this.saveButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.testButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // specListView // this.specListView.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.specListView.FullRowSelect = true; this.specListView.HideSelection = false; this.specListView.Location = new System.Drawing.Point(12, 12); this.specListView.MultiSelect = false; this.specListView.Name = "specListView"; this.specListView.Size = new System.Drawing.Size(466, 216); this.specListView.TabIndex = 0; this.specListView.UseCompatibleStateImageBehavior = false; this.specListView.View = System.Windows.Forms.View.Details; this.specListView.SelectedIndexChanged += new System.EventHandler(this.specListView_SelectedIndexChanged); this.specListView.DoubleClick += new System.EventHandler(this.editButton_Click); // // newButton // this.newButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.newButton.Location = new System.Drawing.Point(488, 20); this.newButton.Name = "newButton"; this.newButton.Size = new System.Drawing.Size(100, 23); this.newButton.TabIndex = 0; this.newButton.Text = "&New..."; this.newButton.UseVisualStyleBackColor = true; this.newButton.Click += new System.EventHandler(this.newButton_Click); // // deleteButton // this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.deleteButton.Location = new System.Drawing.Point(488, 49); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(100, 23); this.deleteButton.TabIndex = 2; this.deleteButton.Text = "Dele&te"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // editButton // this.editButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.editButton.Location = new System.Drawing.Point(488, 78); this.editButton.Name = "editButton"; this.editButton.Size = new System.Drawing.Size(100, 23); this.editButton.TabIndex = 3; this.editButton.Text = "&Edit..."; this.editButton.UseVisualStyleBackColor = true; this.editButton.Click += new System.EventHandler(this.editButton_Click); // // beDefaultButton // this.beDefaultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.beDefaultButton.Location = new System.Drawing.Point(488, 181); this.beDefaultButton.Name = "beDefaultButton"; this.beDefaultButton.Size = new System.Drawing.Size(100, 23); this.beDefaultButton.TabIndex = 6; this.beDefaultButton.Text = "&Set as Default"; this.beDefaultButton.UseVisualStyleBackColor = true; this.beDefaultButton.Click += new System.EventHandler(this.beDefaultButton_Click); // // moveUpButton // this.moveUpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.moveUpButton.AutoEllipsis = true; this.moveUpButton.Location = new System.Drawing.Point(488, 115); this.moveUpButton.Name = "moveUpButton"; this.moveUpButton.Size = new System.Drawing.Size(100, 23); this.moveUpButton.TabIndex = 4; this.moveUpButton.Text = "Move &Up"; this.moveUpButton.UseVisualStyleBackColor = true; this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click); // // moveDownButton // this.moveDownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.moveDownButton.Location = new System.Drawing.Point(488, 144); this.moveDownButton.Name = "moveDownButton"; this.moveDownButton.Size = new System.Drawing.Size(100, 23); this.moveDownButton.TabIndex = 5; this.moveDownButton.Text = "Move &Down"; this.moveDownButton.UseVisualStyleBackColor = true; this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click); // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveButton.Location = new System.Drawing.Point(322, 234); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 8; this.saveButton.Text = "&Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(403, 234); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 9; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // testButton // this.testButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.testButton.Location = new System.Drawing.Point(18, 234); this.testButton.Name = "testButton"; this.testButton.Size = new System.Drawing.Size(117, 23); this.testButton.TabIndex = 7; this.testButton.Text = "Test &Connection..."; this.testButton.UseVisualStyleBackColor = true; this.testButton.Click += new System.EventHandler(this.testButton_Click); // // RpmsServerConfigurationManagementDialog // this.AcceptButton = this.saveButton; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(596, 264); this.ControlBox = false; this.Controls.Add(this.testButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.saveButton); this.Controls.Add(this.moveDownButton); this.Controls.Add(this.moveUpButton); this.Controls.Add(this.beDefaultButton); this.Controls.Add(this.editButton); this.Controls.Add(this.deleteButton); this.Controls.Add(this.newButton); this.Controls.Add(this.specListView); this.Name = "RpmsServerConfigurationManagementDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "RPMS Server Connection Management"; this.Load += new System.EventHandler(this.RpmsServerConfigurationManagementDialog_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView specListView; private System.Windows.Forms.Button newButton; private System.Windows.Forms.Button deleteButton; private System.Windows.Forms.Button editButton; private System.Windows.Forms.Button beDefaultButton; private System.Windows.Forms.Button moveUpButton; private System.Windows.Forms.Button moveDownButton; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button testButton; } }