source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Forms/RpmsServerConfigurationManagementDialog.designer.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 10.7 KB
Line 
1namespace IndianHealthService.BMXNet.WinForm.Forms
2{
3 partial class RpmsServerConfigurationManagementDialog
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.specListView = new System.Windows.Forms.ListView();
32 this.newButton = new System.Windows.Forms.Button();
33 this.deleteButton = new System.Windows.Forms.Button();
34 this.editButton = new System.Windows.Forms.Button();
35 this.beDefaultButton = new System.Windows.Forms.Button();
36 this.moveUpButton = new System.Windows.Forms.Button();
37 this.moveDownButton = new System.Windows.Forms.Button();
38 this.saveButton = new System.Windows.Forms.Button();
39 this.cancelButton = new System.Windows.Forms.Button();
40 this.testButton = new System.Windows.Forms.Button();
41 this.SuspendLayout();
42 //
43 // specListView
44 //
45 this.specListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
46 | System.Windows.Forms.AnchorStyles.Left)
47 | System.Windows.Forms.AnchorStyles.Right)));
48 this.specListView.FullRowSelect = true;
49 this.specListView.HideSelection = false;
50 this.specListView.Location = new System.Drawing.Point(12, 12);
51 this.specListView.MultiSelect = false;
52 this.specListView.Name = "specListView";
53 this.specListView.Size = new System.Drawing.Size(466, 216);
54 this.specListView.TabIndex = 0;
55 this.specListView.UseCompatibleStateImageBehavior = false;
56 this.specListView.View = System.Windows.Forms.View.Details;
57 this.specListView.SelectedIndexChanged += new System.EventHandler(this.specListView_SelectedIndexChanged);
58 this.specListView.DoubleClick += new System.EventHandler(this.editButton_Click);
59 //
60 // newButton
61 //
62 this.newButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
63 this.newButton.Location = new System.Drawing.Point(488, 20);
64 this.newButton.Name = "newButton";
65 this.newButton.Size = new System.Drawing.Size(100, 23);
66 this.newButton.TabIndex = 0;
67 this.newButton.Text = "&New...";
68 this.newButton.UseVisualStyleBackColor = true;
69 this.newButton.Click += new System.EventHandler(this.newButton_Click);
70 //
71 // deleteButton
72 //
73 this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
74 this.deleteButton.Location = new System.Drawing.Point(488, 49);
75 this.deleteButton.Name = "deleteButton";
76 this.deleteButton.Size = new System.Drawing.Size(100, 23);
77 this.deleteButton.TabIndex = 2;
78 this.deleteButton.Text = "Dele&te";
79 this.deleteButton.UseVisualStyleBackColor = true;
80 this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
81 //
82 // editButton
83 //
84 this.editButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
85 this.editButton.Location = new System.Drawing.Point(488, 78);
86 this.editButton.Name = "editButton";
87 this.editButton.Size = new System.Drawing.Size(100, 23);
88 this.editButton.TabIndex = 3;
89 this.editButton.Text = "&Edit...";
90 this.editButton.UseVisualStyleBackColor = true;
91 this.editButton.Click += new System.EventHandler(this.editButton_Click);
92 //
93 // beDefaultButton
94 //
95 this.beDefaultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
96 this.beDefaultButton.Location = new System.Drawing.Point(488, 181);
97 this.beDefaultButton.Name = "beDefaultButton";
98 this.beDefaultButton.Size = new System.Drawing.Size(100, 23);
99 this.beDefaultButton.TabIndex = 6;
100 this.beDefaultButton.Text = "&Set as Default";
101 this.beDefaultButton.UseVisualStyleBackColor = true;
102 this.beDefaultButton.Click += new System.EventHandler(this.beDefaultButton_Click);
103 //
104 // moveUpButton
105 //
106 this.moveUpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
107 this.moveUpButton.AutoEllipsis = true;
108 this.moveUpButton.Location = new System.Drawing.Point(488, 115);
109 this.moveUpButton.Name = "moveUpButton";
110 this.moveUpButton.Size = new System.Drawing.Size(100, 23);
111 this.moveUpButton.TabIndex = 4;
112 this.moveUpButton.Text = "Move &Up";
113 this.moveUpButton.UseVisualStyleBackColor = true;
114 this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
115 //
116 // moveDownButton
117 //
118 this.moveDownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
119 this.moveDownButton.Location = new System.Drawing.Point(488, 144);
120 this.moveDownButton.Name = "moveDownButton";
121 this.moveDownButton.Size = new System.Drawing.Size(100, 23);
122 this.moveDownButton.TabIndex = 5;
123 this.moveDownButton.Text = "Move &Down";
124 this.moveDownButton.UseVisualStyleBackColor = true;
125 this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
126 //
127 // saveButton
128 //
129 this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
130 this.saveButton.Location = new System.Drawing.Point(322, 234);
131 this.saveButton.Name = "saveButton";
132 this.saveButton.Size = new System.Drawing.Size(75, 23);
133 this.saveButton.TabIndex = 8;
134 this.saveButton.Text = "&Save";
135 this.saveButton.UseVisualStyleBackColor = true;
136 this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
137 //
138 // cancelButton
139 //
140 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
141 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
142 this.cancelButton.Location = new System.Drawing.Point(403, 234);
143 this.cancelButton.Name = "cancelButton";
144 this.cancelButton.Size = new System.Drawing.Size(75, 23);
145 this.cancelButton.TabIndex = 9;
146 this.cancelButton.Text = "&Cancel";
147 this.cancelButton.UseVisualStyleBackColor = true;
148 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
149 //
150 // testButton
151 //
152 this.testButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
153 this.testButton.Location = new System.Drawing.Point(18, 234);
154 this.testButton.Name = "testButton";
155 this.testButton.Size = new System.Drawing.Size(117, 23);
156 this.testButton.TabIndex = 7;
157 this.testButton.Text = "Test &Connection...";
158 this.testButton.UseVisualStyleBackColor = true;
159 this.testButton.Click += new System.EventHandler(this.testButton_Click);
160 //
161 // RpmsServerConfigurationManagementDialog
162 //
163 this.AcceptButton = this.saveButton;
164 this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
165 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
166 this.CancelButton = this.cancelButton;
167 this.ClientSize = new System.Drawing.Size(596, 264);
168 this.ControlBox = false;
169 this.Controls.Add(this.testButton);
170 this.Controls.Add(this.cancelButton);
171 this.Controls.Add(this.saveButton);
172 this.Controls.Add(this.moveDownButton);
173 this.Controls.Add(this.moveUpButton);
174 this.Controls.Add(this.beDefaultButton);
175 this.Controls.Add(this.editButton);
176 this.Controls.Add(this.deleteButton);
177 this.Controls.Add(this.newButton);
178 this.Controls.Add(this.specListView);
179 this.Name = "RpmsServerConfigurationManagementDialog";
180 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
181 this.Text = "RPMS Server Connection Management";
182 this.Load += new System.EventHandler(this.RpmsServerConfigurationManagementDialog_Load);
183 this.ResumeLayout(false);
184
185 }
186
187 #endregion
188
189 private System.Windows.Forms.ListView specListView;
190 private System.Windows.Forms.Button newButton;
191 private System.Windows.Forms.Button deleteButton;
192 private System.Windows.Forms.Button editButton;
193 private System.Windows.Forms.Button beDefaultButton;
194 private System.Windows.Forms.Button moveUpButton;
195 private System.Windows.Forms.Button moveDownButton;
196 private System.Windows.Forms.Button saveButton;
197 private System.Windows.Forms.Button cancelButton;
198 private System.Windows.Forms.Button testButton;
199 }
200}
Note: See TracBrowser for help on using the repository browser.