source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Forms/AboutDialog.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.0 KB
Line 
1namespace IndianHealthService.BMXNet.WinForm
2{
3 public partial class AboutDialog
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 protected override void Dispose(bool disposing)
14 {
15 if (disposing && (components != null))
16 {
17 components.Dispose();
18 }
19 base.Dispose(disposing);
20 }
21
22 #region Windows Form Designer generated code
23
24 /// <summary>
25 /// Required method for Designer support - do not modify
26 /// the contents of this method with the code editor.
27 /// </summary>
28 private void InitializeComponent()
29 {
30 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
31 this.labelProductName = new System.Windows.Forms.Label();
32 this.labelVersion = new System.Windows.Forms.Label();
33 this.labelCopyright = new System.Windows.Forms.Label();
34 this.labelCompanyName = new System.Windows.Forms.Label();
35 this.textBoxDescription = new System.Windows.Forms.TextBox();
36 this.okButton = new System.Windows.Forms.Button();
37 this.tableLayoutPanel.SuspendLayout();
38 this.SuspendLayout();
39 //
40 // tableLayoutPanel
41 //
42 this.tableLayoutPanel.ColumnCount = 2;
43 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0F));
44 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
45 this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
46 this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
47 this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
48 this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
49 this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
50 this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
51 this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
52 this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
53 this.tableLayoutPanel.Name = "tableLayoutPanel";
54 this.tableLayoutPanel.RowCount = 6;
55 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.03788F));
56 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.03788F));
57 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.03788F));
58 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.469697F));
59 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.37879F));
60 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.03788F));
61 this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
62 this.tableLayoutPanel.TabIndex = 0;
63 //
64 // labelProductName
65 //
66 this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
67 this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
68 this.labelProductName.Location = new System.Drawing.Point(6, 0);
69 this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
70 this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
71 this.labelProductName.Name = "labelProductName";
72 this.labelProductName.Size = new System.Drawing.Size(408, 17);
73 this.labelProductName.TabIndex = 19;
74 this.labelProductName.Text = "Product Name";
75 this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
76 //
77 // labelVersion
78 //
79 this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
80 this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81 this.labelVersion.Location = new System.Drawing.Point(6, 26);
82 this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
83 this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
84 this.labelVersion.Name = "labelVersion";
85 this.labelVersion.Size = new System.Drawing.Size(408, 17);
86 this.labelVersion.TabIndex = 0;
87 this.labelVersion.Text = "Version";
88 this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
89 //
90 // labelCopyright
91 //
92 this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
93 this.labelCopyright.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94 this.labelCopyright.Location = new System.Drawing.Point(6, 52);
95 this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
96 this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
97 this.labelCopyright.Name = "labelCopyright";
98 this.labelCopyright.Size = new System.Drawing.Size(408, 17);
99 this.labelCopyright.TabIndex = 21;
100 this.labelCopyright.Text = "Copyright";
101 this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
102 //
103 // labelCompanyName
104 //
105 this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
106 this.labelCompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
107 this.labelCompanyName.Location = new System.Drawing.Point(6, 78);
108 this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
109 this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
110 this.labelCompanyName.Name = "labelCompanyName";
111 this.labelCompanyName.Size = new System.Drawing.Size(408, 17);
112 this.labelCompanyName.TabIndex = 22;
113 this.labelCompanyName.Text = "Company Name";
114 this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
115 //
116 // textBoxDescription
117 //
118 this.textBoxDescription.AcceptsReturn = true;
119 this.textBoxDescription.AcceptsTab = true;
120 this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
121 this.textBoxDescription.Location = new System.Drawing.Point(6, 106);
122 this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
123 this.textBoxDescription.Multiline = true;
124 this.textBoxDescription.Name = "textBoxDescription";
125 this.textBoxDescription.ReadOnly = true;
126 this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
127 this.textBoxDescription.Size = new System.Drawing.Size(408, 127);
128 this.textBoxDescription.TabIndex = 23;
129 this.textBoxDescription.TabStop = false;
130 this.textBoxDescription.Text = "Description";
131 //
132 // okButton
133 //
134 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
135 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
136 this.okButton.Location = new System.Drawing.Point(339, 239);
137 this.okButton.Name = "okButton";
138 this.okButton.Size = new System.Drawing.Size(75, 23);
139 this.okButton.TabIndex = 24;
140 this.okButton.Text = "&OK";
141 this.okButton.Click += new System.EventHandler(this.okButton_Click);
142 //
143 // AboutDialog
144 //
145 this.AcceptButton = this.okButton;
146 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148 this.ClientSize = new System.Drawing.Size(435, 283);
149 this.Controls.Add(this.tableLayoutPanel);
150 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
151 this.MaximizeBox = false;
152 this.MinimizeBox = false;
153 this.Name = "AboutDialog";
154 this.Padding = new System.Windows.Forms.Padding(9);
155 this.ShowIcon = false;
156 this.ShowInTaskbar = false;
157 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
158 this.Text = "About";
159 this.Load += new System.EventHandler(this.AboutDialog_Load);
160 this.tableLayoutPanel.ResumeLayout(false);
161 this.tableLayoutPanel.PerformLayout();
162 this.ResumeLayout(false);
163
164 }
165
166 #endregion
167
168 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
169 private System.Windows.Forms.Label labelProductName;
170 private System.Windows.Forms.Label labelVersion;
171 private System.Windows.Forms.Label labelCopyright;
172 private System.Windows.Forms.Label labelCompanyName;
173 private System.Windows.Forms.TextBox textBoxDescription;
174 private System.Windows.Forms.Button okButton;
175 }
176}
Note: See TracBrowser for help on using the repository browser.