annotate FrmSystem.Designer.cs @ 17:0ea6ce3c6434 default tip

Updated System Form on General Tab Added System Information text box. Currently only a mock up.
author Tsudico
date Thu, 06 Jan 2011 21:44:05 -0600
parents 489d36b167a6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
1 namespace IBBoard.WarFoundry.Forge.WinForms
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
2 {
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
3 partial class FrmSystem
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
4 {
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
5 /// <summary>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
6 /// Required designer variable.
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
7 /// </summary>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
8 private System.ComponentModel.IContainer components = null;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
9
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
10 /// <summary>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
11 /// Clean up any resources being used.
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
12 /// </summary>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
14 protected override void Dispose(bool disposing)
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
15 {
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
16 if (disposing && (components != null))
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
17 {
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
18 components.Dispose();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
19 }
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
20 base.Dispose(disposing);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
21 }
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
22
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
23 #region Windows Form Designer generated code
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
24
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
25 /// <summary>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
26 /// Required method for Designer support - do not modify
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
27 /// the contents of this method with the code editor.
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
28 /// </summary>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
29 private void InitializeComponent()
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
30 {
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
31 this.btnSystemSave = new System.Windows.Forms.Button();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
32 this.btnSystemClose = new System.Windows.Forms.Button();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
33 this.tabSystem = new System.Windows.Forms.TabControl();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
34 this.tabInfo = new System.Windows.Forms.TabPage();
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
35 this.numDefaultSize = new System.Windows.Forms.NumericUpDown();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
36 this.lblDefaultSize = new System.Windows.Forms.Label();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
37 this.panel2 = new System.Windows.Forms.Panel();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
38 this.radSystemAlliesNo = new System.Windows.Forms.RadioButton();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
39 this.radSystemAlliesYes = new System.Windows.Forms.RadioButton();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
40 this.lblSystemAllies = new System.Windows.Forms.Label();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
41 this.panel1 = new System.Windows.Forms.Panel();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
42 this.radSystemWarnNo = new System.Windows.Forms.RadioButton();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
43 this.radSystemWarnYes = new System.Windows.Forms.RadioButton();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
44 this.lblSystemWarn = new System.Windows.Forms.Label();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
45 this.btnGenerateSysId = new System.Windows.Forms.Button();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
46 this.txtSystemId = new System.Windows.Forms.TextBox();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
47 this.lblSystemId = new System.Windows.Forms.Label();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
48 this.txtSystemName = new System.Windows.Forms.TextBox();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
49 this.lblSystemName = new System.Windows.Forms.Label();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
50 this.tabCategories = new System.Windows.Forms.TabPage();
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
51 this.gbCategoryLimits = new System.Windows.Forms.GroupBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
52 this.lblPercentLimit = new System.Windows.Forms.Label();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
53 this.cbPercentMax = new System.Windows.Forms.CheckBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
54 this.numPercentMax = new System.Windows.Forms.NumericUpDown();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
55 this.cbPercentMin = new System.Windows.Forms.CheckBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
56 this.numPercentMin = new System.Windows.Forms.NumericUpDown();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
57 this.cbPointMax = new System.Windows.Forms.CheckBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
58 this.numPointMax = new System.Windows.Forms.NumericUpDown();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
59 this.cbPointMin = new System.Windows.Forms.CheckBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
60 this.numPointMin = new System.Windows.Forms.NumericUpDown();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
61 this.lblPointLimit = new System.Windows.Forms.Label();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
62 this.btnGenerateCatID = new System.Windows.Forms.Button();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
63 this.txtCategoryID = new System.Windows.Forms.TextBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
64 this.lblCategoryID = new System.Windows.Forms.Label();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
65 this.txtCategoryName = new System.Windows.Forms.TextBox();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
66 this.lblCategoryName = new System.Windows.Forms.Label();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
67 this.btnCategoryUp = new System.Windows.Forms.Button();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
68 this.listCategories = new System.Windows.Forms.ListBox();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
69 this.btnCategoryDown = new System.Windows.Forms.Button();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
70 this.btnCategoryAdd = new System.Windows.Forms.Button();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
71 this.btnCategoryRemove = new System.Windows.Forms.Button();
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
72 this.btnCategoryApply = new System.Windows.Forms.Button();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
73 this.tabStats = new System.Windows.Forms.TabPage();
16
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
74 this.btnStatsUp = new System.Windows.Forms.Button();
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
75 this.btnStatsDown = new System.Windows.Forms.Button();
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
76 this.btnStatListDown = new System.Windows.Forms.Button();
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
77 this.btnStatListUp = new System.Windows.Forms.Button();
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
78 this.btnStatListRemove = new System.Windows.Forms.Button();
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
79 this.btnStatListAdd = new System.Windows.Forms.Button();
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
80 this.gbStats = new System.Windows.Forms.GroupBox();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
81 this.listStatNames = new System.Windows.Forms.ListBox();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
82 this.txtStatName = new System.Windows.Forms.TextBox();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
83 this.label1 = new System.Windows.Forms.Label();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
84 this.txtStatLineID = new System.Windows.Forms.TextBox();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
85 this.lblStatLineID = new System.Windows.Forms.Label();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
86 this.lviewStatPreview = new System.Windows.Forms.ListView();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
87 this.btnStatLineApply = new System.Windows.Forms.Button();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
88 this.lblStatLinePreview = new System.Windows.Forms.Label();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
89 this.btnStatsDefault = new System.Windows.Forms.Button();
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
90 this.lviewStats = new System.Windows.Forms.ListView();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
91 this.chStatsID = new System.Windows.Forms.ColumnHeader();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
92 this.chStatsDefault = new System.Windows.Forms.ColumnHeader();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
93 this.btnStatsRemove = new System.Windows.Forms.Button();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
94 this.btnStatsAdd = new System.Windows.Forms.Button();
17
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
95 this.gbSystemInfo = new System.Windows.Forms.GroupBox();
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
96 this.txtSystemInfo = new System.Windows.Forms.TextBox();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
97 this.tabSystem.SuspendLayout();
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
98 this.tabInfo.SuspendLayout();
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
99 ((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).BeginInit();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
100 this.panel2.SuspendLayout();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
101 this.panel1.SuspendLayout();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
102 this.tabCategories.SuspendLayout();
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
103 this.gbCategoryLimits.SuspendLayout();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
104 ((System.ComponentModel.ISupportInitialize)(this.numPercentMax)).BeginInit();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
105 ((System.ComponentModel.ISupportInitialize)(this.numPercentMin)).BeginInit();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
106 ((System.ComponentModel.ISupportInitialize)(this.numPointMax)).BeginInit();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
107 ((System.ComponentModel.ISupportInitialize)(this.numPointMin)).BeginInit();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
108 this.tabStats.SuspendLayout();
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
109 this.gbStats.SuspendLayout();
17
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
110 this.gbSystemInfo.SuspendLayout();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
111 this.SuspendLayout();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
112 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
113 // btnSystemSave
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
114 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
115 this.btnSystemSave.Location = new System.Drawing.Point(517, 328);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
116 this.btnSystemSave.Name = "btnSystemSave";
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
117 this.btnSystemSave.Size = new System.Drawing.Size(85, 23);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
118 this.btnSystemSave.TabIndex = 2;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
119 this.btnSystemSave.Text = "Save";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
120 this.btnSystemSave.UseVisualStyleBackColor = true;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
121 //
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
122 // btnSystemClose
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
123 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
124 this.btnSystemClose.Location = new System.Drawing.Point(426, 328);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
125 this.btnSystemClose.Name = "btnSystemClose";
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
126 this.btnSystemClose.Size = new System.Drawing.Size(85, 23);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
127 this.btnSystemClose.TabIndex = 3;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
128 this.btnSystemClose.Text = "Close";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
129 this.btnSystemClose.UseVisualStyleBackColor = true;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
130 this.btnSystemClose.Click += new System.EventHandler(this.btnSystemClose_Click);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
131 //
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
132 // tabSystem
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
133 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
134 this.tabSystem.Controls.Add(this.tabInfo);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
135 this.tabSystem.Controls.Add(this.tabCategories);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
136 this.tabSystem.Controls.Add(this.tabStats);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
137 this.tabSystem.Location = new System.Drawing.Point(13, 12);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
138 this.tabSystem.Name = "tabSystem";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
139 this.tabSystem.SelectedIndex = 0;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
140 this.tabSystem.Size = new System.Drawing.Size(590, 310);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
141 this.tabSystem.TabIndex = 5;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
142 //
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
143 // tabInfo
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
144 //
17
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
145 this.tabInfo.Controls.Add(this.gbSystemInfo);
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
146 this.tabInfo.Controls.Add(this.numDefaultSize);
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
147 this.tabInfo.Controls.Add(this.lblDefaultSize);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
148 this.tabInfo.Controls.Add(this.panel2);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
149 this.tabInfo.Controls.Add(this.panel1);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
150 this.tabInfo.Controls.Add(this.btnGenerateSysId);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
151 this.tabInfo.Controls.Add(this.txtSystemId);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
152 this.tabInfo.Controls.Add(this.lblSystemId);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
153 this.tabInfo.Controls.Add(this.txtSystemName);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
154 this.tabInfo.Controls.Add(this.lblSystemName);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
155 this.tabInfo.Location = new System.Drawing.Point(4, 22);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
156 this.tabInfo.Name = "tabInfo";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
157 this.tabInfo.Padding = new System.Windows.Forms.Padding(3);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
158 this.tabInfo.Size = new System.Drawing.Size(582, 284);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
159 this.tabInfo.TabIndex = 0;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
160 this.tabInfo.Text = "General";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
161 this.tabInfo.UseVisualStyleBackColor = true;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
162 //
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
163 // numDefaultSize
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
164 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
165 this.numDefaultSize.Increment = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
166 50,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
167 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
168 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
169 0});
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
170 this.numDefaultSize.Location = new System.Drawing.Point(188, 116);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
171 this.numDefaultSize.Maximum = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
172 1000000,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
173 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
174 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
175 0});
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
176 this.numDefaultSize.Name = "numDefaultSize";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
177 this.numDefaultSize.Size = new System.Drawing.Size(99, 20);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
178 this.numDefaultSize.TabIndex = 16;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
179 this.numDefaultSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
180 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
181 // lblDefaultSize
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
182 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
183 this.lblDefaultSize.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
184 this.lblDefaultSize.Location = new System.Drawing.Point(6, 118);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
185 this.lblDefaultSize.Name = "lblDefaultSize";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
186 this.lblDefaultSize.Size = new System.Drawing.Size(93, 13);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
187 this.lblDefaultSize.TabIndex = 15;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
188 this.lblDefaultSize.Text = "Default Army Size:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
189 //
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
190 // panel2
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
191 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
192 this.panel2.Controls.Add(this.radSystemAlliesNo);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
193 this.panel2.Controls.Add(this.radSystemAlliesYes);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
194 this.panel2.Controls.Add(this.lblSystemAllies);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
195 this.panel2.Location = new System.Drawing.Point(2, 86);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
196 this.panel2.Name = "panel2";
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
197 this.panel2.Size = new System.Drawing.Size(285, 24);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
198 this.panel2.TabIndex = 14;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
199 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
200 // radSystemAlliesNo
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
201 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
202 this.radSystemAlliesNo.AutoSize = true;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
203 this.radSystemAlliesNo.Location = new System.Drawing.Point(243, 4);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
204 this.radSystemAlliesNo.Name = "radSystemAlliesNo";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
205 this.radSystemAlliesNo.Size = new System.Drawing.Size(39, 17);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
206 this.radSystemAlliesNo.TabIndex = 2;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
207 this.radSystemAlliesNo.TabStop = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
208 this.radSystemAlliesNo.Text = "No";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
209 this.radSystemAlliesNo.UseVisualStyleBackColor = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
210 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
211 // radSystemAlliesYes
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
212 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
213 this.radSystemAlliesYes.AutoSize = true;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
214 this.radSystemAlliesYes.Location = new System.Drawing.Point(194, 4);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
215 this.radSystemAlliesYes.Name = "radSystemAlliesYes";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
216 this.radSystemAlliesYes.Size = new System.Drawing.Size(43, 17);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
217 this.radSystemAlliesYes.TabIndex = 1;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
218 this.radSystemAlliesYes.TabStop = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
219 this.radSystemAlliesYes.Text = "Yes";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
220 this.radSystemAlliesYes.UseVisualStyleBackColor = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
221 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
222 // lblSystemAllies
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
223 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
224 this.lblSystemAllies.AutoSize = true;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
225 this.lblSystemAllies.Location = new System.Drawing.Point(4, 6);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
226 this.lblSystemAllies.Name = "lblSystemAllies";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
227 this.lblSystemAllies.Size = new System.Drawing.Size(97, 13);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
228 this.lblSystemAllies.TabIndex = 0;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
229 this.lblSystemAllies.Text = "Allow Allied Armies:";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
230 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
231 // panel1
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
232 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
233 this.panel1.Controls.Add(this.radSystemWarnNo);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
234 this.panel1.Controls.Add(this.radSystemWarnYes);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
235 this.panel1.Controls.Add(this.lblSystemWarn);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
236 this.panel1.Location = new System.Drawing.Point(2, 59);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
237 this.panel1.Name = "panel1";
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
238 this.panel1.Size = new System.Drawing.Size(285, 24);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
239 this.panel1.TabIndex = 13;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
240 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
241 // radSystemWarnNo
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
242 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
243 this.radSystemWarnNo.AutoSize = true;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
244 this.radSystemWarnNo.Location = new System.Drawing.Point(243, 4);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
245 this.radSystemWarnNo.Name = "radSystemWarnNo";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
246 this.radSystemWarnNo.Size = new System.Drawing.Size(39, 17);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
247 this.radSystemWarnNo.TabIndex = 2;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
248 this.radSystemWarnNo.TabStop = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
249 this.radSystemWarnNo.Text = "No";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
250 this.radSystemWarnNo.UseVisualStyleBackColor = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
251 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
252 // radSystemWarnYes
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
253 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
254 this.radSystemWarnYes.AutoSize = true;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
255 this.radSystemWarnYes.Location = new System.Drawing.Point(194, 4);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
256 this.radSystemWarnYes.Name = "radSystemWarnYes";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
257 this.radSystemWarnYes.Size = new System.Drawing.Size(43, 17);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
258 this.radSystemWarnYes.TabIndex = 1;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
259 this.radSystemWarnYes.TabStop = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
260 this.radSystemWarnYes.Text = "Yes";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
261 this.radSystemWarnYes.UseVisualStyleBackColor = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
262 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
263 // lblSystemWarn
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
264 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
265 this.lblSystemWarn.AutoSize = true;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
266 this.lblSystemWarn.Location = new System.Drawing.Point(4, 6);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
267 this.lblSystemWarn.Name = "lblSystemWarn";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
268 this.lblSystemWarn.Size = new System.Drawing.Size(104, 13);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
269 this.lblSystemWarn.TabIndex = 0;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
270 this.lblSystemWarn.Text = "Validation Warnings:";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
271 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
272 // btnGenerateSysId
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
273 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
274 this.btnGenerateSysId.Location = new System.Drawing.Point(211, 31);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
275 this.btnGenerateSysId.Name = "btnGenerateSysId";
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
276 this.btnGenerateSysId.Size = new System.Drawing.Size(76, 23);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
277 this.btnGenerateSysId.TabIndex = 12;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
278 this.btnGenerateSysId.Text = "Generate ID";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
279 this.btnGenerateSysId.UseVisualStyleBackColor = true;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
280 this.btnGenerateSysId.Click += new System.EventHandler(this.btnGenerateSysId_Click);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
281 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
282 // txtSystemId
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
283 //
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
284 this.txtSystemId.Location = new System.Drawing.Point(105, 33);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
285 this.txtSystemId.Name = "txtSystemId";
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
286 this.txtSystemId.Size = new System.Drawing.Size(99, 20);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
287 this.txtSystemId.TabIndex = 11;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
288 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
289 // lblSystemId
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
290 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
291 this.lblSystemId.AutoSize = true;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
292 this.lblSystemId.Location = new System.Drawing.Point(6, 36);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
293 this.lblSystemId.Name = "lblSystemId";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
294 this.lblSystemId.Size = new System.Drawing.Size(58, 13);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
295 this.lblSystemId.TabIndex = 10;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
296 this.lblSystemId.Text = "System ID:";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
297 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
298 // txtSystemName
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
299 //
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
300 this.txtSystemName.Location = new System.Drawing.Point(105, 6);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
301 this.txtSystemName.Name = "txtSystemName";
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
302 this.txtSystemName.Size = new System.Drawing.Size(182, 20);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
303 this.txtSystemName.TabIndex = 9;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
304 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
305 // lblSystemName
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
306 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
307 this.lblSystemName.AutoSize = true;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
308 this.lblSystemName.Location = new System.Drawing.Point(6, 9);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
309 this.lblSystemName.Name = "lblSystemName";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
310 this.lblSystemName.Size = new System.Drawing.Size(75, 13);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
311 this.lblSystemName.TabIndex = 8;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
312 this.lblSystemName.Text = "System Name:";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
313 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
314 // tabCategories
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
315 //
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
316 this.tabCategories.Controls.Add(this.gbCategoryLimits);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
317 this.tabCategories.Controls.Add(this.btnGenerateCatID);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
318 this.tabCategories.Controls.Add(this.txtCategoryID);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
319 this.tabCategories.Controls.Add(this.lblCategoryID);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
320 this.tabCategories.Controls.Add(this.txtCategoryName);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
321 this.tabCategories.Controls.Add(this.lblCategoryName);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
322 this.tabCategories.Controls.Add(this.btnCategoryUp);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
323 this.tabCategories.Controls.Add(this.listCategories);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
324 this.tabCategories.Controls.Add(this.btnCategoryDown);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
325 this.tabCategories.Controls.Add(this.btnCategoryAdd);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
326 this.tabCategories.Controls.Add(this.btnCategoryRemove);
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
327 this.tabCategories.Controls.Add(this.btnCategoryApply);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
328 this.tabCategories.Location = new System.Drawing.Point(4, 22);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
329 this.tabCategories.Name = "tabCategories";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
330 this.tabCategories.Padding = new System.Windows.Forms.Padding(3);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
331 this.tabCategories.Size = new System.Drawing.Size(582, 284);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
332 this.tabCategories.TabIndex = 1;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
333 this.tabCategories.Text = "Categories";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
334 this.tabCategories.UseVisualStyleBackColor = true;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
335 //
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
336 // gbCategoryLimits
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
337 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
338 this.gbCategoryLimits.Controls.Add(this.lblPercentLimit);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
339 this.gbCategoryLimits.Controls.Add(this.cbPercentMax);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
340 this.gbCategoryLimits.Controls.Add(this.numPercentMax);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
341 this.gbCategoryLimits.Controls.Add(this.cbPercentMin);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
342 this.gbCategoryLimits.Controls.Add(this.numPercentMin);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
343 this.gbCategoryLimits.Controls.Add(this.cbPointMax);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
344 this.gbCategoryLimits.Controls.Add(this.numPointMax);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
345 this.gbCategoryLimits.Controls.Add(this.cbPointMin);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
346 this.gbCategoryLimits.Controls.Add(this.numPointMin);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
347 this.gbCategoryLimits.Controls.Add(this.lblPointLimit);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
348 this.gbCategoryLimits.Location = new System.Drawing.Point(298, 63);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
349 this.gbCategoryLimits.Name = "gbCategoryLimits";
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
350 this.gbCategoryLimits.Size = new System.Drawing.Size(277, 130);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
351 this.gbCategoryLimits.TabIndex = 23;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
352 this.gbCategoryLimits.TabStop = false;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
353 this.gbCategoryLimits.Text = "Category Limits";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
354 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
355 // lblPercentLimit
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
356 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
357 this.lblPercentLimit.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
358 this.lblPercentLimit.Location = new System.Drawing.Point(6, 73);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
359 this.lblPercentLimit.Name = "lblPercentLimit";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
360 this.lblPercentLimit.Size = new System.Drawing.Size(76, 13);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
361 this.lblPercentLimit.TabIndex = 11;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
362 this.lblPercentLimit.Text = "Percent Limits:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
363 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
364 // cbPercentMax
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
365 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
366 this.cbPercentMax.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
367 this.cbPercentMax.Location = new System.Drawing.Point(97, 98);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
368 this.cbPercentMax.Name = "cbPercentMax";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
369 this.cbPercentMax.Size = new System.Drawing.Size(73, 17);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
370 this.cbPercentMax.TabIndex = 10;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
371 this.cbPercentMax.Text = "Maximum:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
372 this.cbPercentMax.UseVisualStyleBackColor = true;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
373 this.cbPercentMax.CheckedChanged += new System.EventHandler(this.cbPercentMax_CheckedChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
374 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
375 // numPercentMax
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
376 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
377 this.numPercentMax.Enabled = false;
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
378 this.numPercentMax.Increment = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
379 5,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
380 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
381 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
382 0});
6
d63df495cf5a Implemented initial support for adding and editing categories.
Tsudico
parents: 5
diff changeset
383 this.numPercentMax.Location = new System.Drawing.Point(229, 97);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
384 this.numPercentMax.Name = "numPercentMax";
6
d63df495cf5a Implemented initial support for adding and editing categories.
Tsudico
parents: 5
diff changeset
385 this.numPercentMax.Size = new System.Drawing.Size(42, 20);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
386 this.numPercentMax.TabIndex = 9;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
387 this.numPercentMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
388 this.numPercentMax.Value = new decimal(new int[] {
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
389 100,
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
390 0,
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
391 0,
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
392 0});
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
393 this.numPercentMax.ValueChanged += new System.EventHandler(this.numPercentMax_ValueChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
394 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
395 // cbPercentMin
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
396 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
397 this.cbPercentMin.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
398 this.cbPercentMin.Location = new System.Drawing.Point(97, 72);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
399 this.cbPercentMin.Name = "cbPercentMin";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
400 this.cbPercentMin.Size = new System.Drawing.Size(70, 17);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
401 this.cbPercentMin.TabIndex = 8;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
402 this.cbPercentMin.Text = "Minimum:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
403 this.cbPercentMin.UseVisualStyleBackColor = true;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
404 this.cbPercentMin.CheckedChanged += new System.EventHandler(this.cbPercentMin_CheckedChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
405 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
406 // numPercentMin
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
407 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
408 this.numPercentMin.Enabled = false;
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
409 this.numPercentMin.Increment = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
410 5,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
411 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
412 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
413 0});
6
d63df495cf5a Implemented initial support for adding and editing categories.
Tsudico
parents: 5
diff changeset
414 this.numPercentMin.Location = new System.Drawing.Point(229, 71);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
415 this.numPercentMin.Name = "numPercentMin";
6
d63df495cf5a Implemented initial support for adding and editing categories.
Tsudico
parents: 5
diff changeset
416 this.numPercentMin.Size = new System.Drawing.Size(42, 20);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
417 this.numPercentMin.TabIndex = 7;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
418 this.numPercentMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
419 this.numPercentMin.ValueChanged += new System.EventHandler(this.numPercentMin_ValueChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
420 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
421 // cbPointMax
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
422 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
423 this.cbPointMax.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
424 this.cbPointMax.Location = new System.Drawing.Point(97, 46);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
425 this.cbPointMax.Name = "cbPointMax";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
426 this.cbPointMax.Size = new System.Drawing.Size(73, 17);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
427 this.cbPointMax.TabIndex = 6;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
428 this.cbPointMax.Text = "Maximum:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
429 this.cbPointMax.UseVisualStyleBackColor = true;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
430 this.cbPointMax.CheckedChanged += new System.EventHandler(this.cbPointMax_CheckedChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
431 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
432 // numPointMax
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
433 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
434 this.numPointMax.Enabled = false;
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
435 this.numPointMax.Increment = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
436 50,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
437 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
438 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
439 0});
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
440 this.numPointMax.Location = new System.Drawing.Point(202, 45);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
441 this.numPointMax.Maximum = new decimal(new int[] {
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
442 2147483647,
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
443 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
444 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
445 0});
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
446 this.numPointMax.Name = "numPointMax";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
447 this.numPointMax.Size = new System.Drawing.Size(69, 20);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
448 this.numPointMax.TabIndex = 5;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
449 this.numPointMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
450 this.numPointMax.ValueChanged += new System.EventHandler(this.numPointMax_ValueChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
451 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
452 // cbPointMin
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
453 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
454 this.cbPointMin.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
455 this.cbPointMin.Location = new System.Drawing.Point(97, 20);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
456 this.cbPointMin.Name = "cbPointMin";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
457 this.cbPointMin.Size = new System.Drawing.Size(70, 17);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
458 this.cbPointMin.TabIndex = 4;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
459 this.cbPointMin.Text = "Minimum:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
460 this.cbPointMin.UseVisualStyleBackColor = true;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
461 this.cbPointMin.CheckedChanged += new System.EventHandler(this.cbPointMin_CheckedChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
462 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
463 // numPointMin
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
464 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
465 this.numPointMin.Enabled = false;
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
466 this.numPointMin.Increment = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
467 50,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
468 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
469 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
470 0});
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
471 this.numPointMin.Location = new System.Drawing.Point(202, 19);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
472 this.numPointMin.Maximum = new decimal(new int[] {
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
473 1000000,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
474 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
475 0,
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
476 0});
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
477 this.numPointMin.Name = "numPointMin";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
478 this.numPointMin.Size = new System.Drawing.Size(69, 20);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
479 this.numPointMin.TabIndex = 2;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
480 this.numPointMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
481 this.numPointMin.ValueChanged += new System.EventHandler(this.numPointMin_ValueChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
482 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
483 // lblPointLimit
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
484 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
485 this.lblPointLimit.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
486 this.lblPointLimit.Location = new System.Drawing.Point(6, 21);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
487 this.lblPointLimit.Name = "lblPointLimit";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
488 this.lblPointLimit.Size = new System.Drawing.Size(63, 13);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
489 this.lblPointLimit.TabIndex = 0;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
490 this.lblPointLimit.Text = "Point Limits:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
491 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
492 // btnGenerateCatID
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
493 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
494 this.btnGenerateCatID.Location = new System.Drawing.Point(500, 34);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
495 this.btnGenerateCatID.Name = "btnGenerateCatID";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
496 this.btnGenerateCatID.Size = new System.Drawing.Size(76, 23);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
497 this.btnGenerateCatID.TabIndex = 22;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
498 this.btnGenerateCatID.Text = "Generate ID";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
499 this.btnGenerateCatID.UseVisualStyleBackColor = true;
6
d63df495cf5a Implemented initial support for adding and editing categories.
Tsudico
parents: 5
diff changeset
500 this.btnGenerateCatID.Click += new System.EventHandler(this.btnGenerateCatID_Click);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
501 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
502 // txtCategoryID
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
503 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
504 this.txtCategoryID.Location = new System.Drawing.Point(395, 36);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
505 this.txtCategoryID.Name = "txtCategoryID";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
506 this.txtCategoryID.Size = new System.Drawing.Size(99, 20);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
507 this.txtCategoryID.TabIndex = 21;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
508 this.txtCategoryID.TextChanged += new System.EventHandler(this.txtCategoryID_TextChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
509 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
510 // lblCategoryID
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
511 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
512 this.lblCategoryID.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
513 this.lblCategoryID.Location = new System.Drawing.Point(295, 39);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
514 this.lblCategoryID.Name = "lblCategoryID";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
515 this.lblCategoryID.Size = new System.Drawing.Size(66, 13);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
516 this.lblCategoryID.TabIndex = 20;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
517 this.lblCategoryID.Text = "Category ID:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
518 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
519 // txtCategoryName
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
520 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
521 this.txtCategoryName.Location = new System.Drawing.Point(394, 7);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
522 this.txtCategoryName.Name = "txtCategoryName";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
523 this.txtCategoryName.Size = new System.Drawing.Size(182, 20);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
524 this.txtCategoryName.TabIndex = 19;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
525 this.txtCategoryName.TextChanged += new System.EventHandler(this.txtCategoryName_TextChanged);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
526 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
527 // lblCategoryName
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
528 //
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
529 this.lblCategoryName.AutoSize = true;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
530 this.lblCategoryName.Location = new System.Drawing.Point(295, 10);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
531 this.lblCategoryName.Name = "lblCategoryName";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
532 this.lblCategoryName.Size = new System.Drawing.Size(83, 13);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
533 this.lblCategoryName.TabIndex = 18;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
534 this.lblCategoryName.Text = "Category Name:";
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
535 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
536 // btnCategoryUp
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
537 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
538 this.btnCategoryUp.Location = new System.Drawing.Point(216, 92);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
539 this.btnCategoryUp.Name = "btnCategoryUp";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
540 this.btnCategoryUp.Size = new System.Drawing.Size(62, 23);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
541 this.btnCategoryUp.TabIndex = 17;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
542 this.btnCategoryUp.Text = "Up";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
543 this.btnCategoryUp.UseVisualStyleBackColor = true;
10
43d88f50c712 Continued work on Category Tab
Tsudico
parents: 8
diff changeset
544 this.btnCategoryUp.Click += new System.EventHandler(this.btnCategoryUp_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
545 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
546 // listCategories
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
547 //
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
548 this.listCategories.FormattingEnabled = true;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
549 this.listCategories.Location = new System.Drawing.Point(3, 6);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
550 this.listCategories.Name = "listCategories";
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
551 this.listCategories.Size = new System.Drawing.Size(207, 264);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
552 this.listCategories.TabIndex = 12;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
553 this.listCategories.SelectedIndexChanged += new System.EventHandler(this.listCategories_SelectedIndexChanged);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
554 //
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
555 // btnCategoryDown
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
556 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
557 this.btnCategoryDown.Location = new System.Drawing.Point(216, 121);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
558 this.btnCategoryDown.Name = "btnCategoryDown";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
559 this.btnCategoryDown.Size = new System.Drawing.Size(62, 23);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
560 this.btnCategoryDown.TabIndex = 16;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
561 this.btnCategoryDown.Text = "Down";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
562 this.btnCategoryDown.UseVisualStyleBackColor = true;
10
43d88f50c712 Continued work on Category Tab
Tsudico
parents: 8
diff changeset
563 this.btnCategoryDown.Click += new System.EventHandler(this.btnCategoryDown_Click);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
564 //
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
565 // btnCategoryAdd
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
566 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
567 this.btnCategoryAdd.Enabled = false;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
568 this.btnCategoryAdd.Location = new System.Drawing.Point(216, 5);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
569 this.btnCategoryAdd.Name = "btnCategoryAdd";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
570 this.btnCategoryAdd.Size = new System.Drawing.Size(62, 23);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
571 this.btnCategoryAdd.TabIndex = 13;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
572 this.btnCategoryAdd.Text = "Add";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
573 this.btnCategoryAdd.UseVisualStyleBackColor = true;
6
d63df495cf5a Implemented initial support for adding and editing categories.
Tsudico
parents: 5
diff changeset
574 this.btnCategoryAdd.Click += new System.EventHandler(this.btnCategoryAdd_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
575 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
576 // btnCategoryRemove
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
577 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
578 this.btnCategoryRemove.Enabled = false;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
579 this.btnCategoryRemove.Location = new System.Drawing.Point(216, 34);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
580 this.btnCategoryRemove.Name = "btnCategoryRemove";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
581 this.btnCategoryRemove.Size = new System.Drawing.Size(62, 23);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
582 this.btnCategoryRemove.TabIndex = 15;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
583 this.btnCategoryRemove.Text = "Remove";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
584 this.btnCategoryRemove.UseVisualStyleBackColor = true;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
585 this.btnCategoryRemove.Click += new System.EventHandler(this.btnCategoryRemove_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
586 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
587 // btnCategoryApply
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
588 //
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
589 this.btnCategoryApply.Enabled = false;
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
590 this.btnCategoryApply.Location = new System.Drawing.Point(500, 199);
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
591 this.btnCategoryApply.Name = "btnCategoryApply";
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
592 this.btnCategoryApply.Size = new System.Drawing.Size(76, 23);
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
593 this.btnCategoryApply.TabIndex = 14;
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
594 this.btnCategoryApply.Text = "Apply";
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
595 this.btnCategoryApply.UseVisualStyleBackColor = true;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
596 this.btnCategoryApply.Click += new System.EventHandler(this.btnCategoryApply_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
597 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
598 // tabStats
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
599 //
16
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
600 this.tabStats.Controls.Add(this.btnStatsUp);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
601 this.tabStats.Controls.Add(this.btnStatsDown);
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
602 this.tabStats.Controls.Add(this.btnStatListDown);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
603 this.tabStats.Controls.Add(this.btnStatListUp);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
604 this.tabStats.Controls.Add(this.btnStatListRemove);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
605 this.tabStats.Controls.Add(this.btnStatListAdd);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
606 this.tabStats.Controls.Add(this.gbStats);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
607 this.tabStats.Controls.Add(this.txtStatName);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
608 this.tabStats.Controls.Add(this.label1);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
609 this.tabStats.Controls.Add(this.txtStatLineID);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
610 this.tabStats.Controls.Add(this.lblStatLineID);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
611 this.tabStats.Controls.Add(this.lviewStatPreview);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
612 this.tabStats.Controls.Add(this.btnStatLineApply);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
613 this.tabStats.Controls.Add(this.lblStatLinePreview);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
614 this.tabStats.Controls.Add(this.btnStatsDefault);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
615 this.tabStats.Controls.Add(this.lviewStats);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
616 this.tabStats.Controls.Add(this.btnStatsRemove);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
617 this.tabStats.Controls.Add(this.btnStatsAdd);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
618 this.tabStats.Location = new System.Drawing.Point(4, 22);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
619 this.tabStats.Name = "tabStats";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
620 this.tabStats.Padding = new System.Windows.Forms.Padding(3);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
621 this.tabStats.Size = new System.Drawing.Size(582, 284);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
622 this.tabStats.TabIndex = 2;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
623 this.tabStats.Text = "Stat Lines";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
624 this.tabStats.UseVisualStyleBackColor = true;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
625 //
16
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
626 // btnStatsUp
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
627 //
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
628 this.btnStatsUp.Location = new System.Drawing.Point(203, 122);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
629 this.btnStatsUp.Name = "btnStatsUp";
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
630 this.btnStatsUp.Size = new System.Drawing.Size(81, 23);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
631 this.btnStatsUp.TabIndex = 27;
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
632 this.btnStatsUp.Text = "Up";
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
633 this.btnStatsUp.UseVisualStyleBackColor = true;
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
634 this.btnStatsUp.Click += new System.EventHandler(this.btnStatsUp_Click);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
635 //
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
636 // btnStatsDown
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
637 //
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
638 this.btnStatsDown.Location = new System.Drawing.Point(203, 151);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
639 this.btnStatsDown.Name = "btnStatsDown";
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
640 this.btnStatsDown.Size = new System.Drawing.Size(81, 23);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
641 this.btnStatsDown.TabIndex = 26;
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
642 this.btnStatsDown.Text = "Down";
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
643 this.btnStatsDown.UseVisualStyleBackColor = true;
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
644 this.btnStatsDown.Click += new System.EventHandler(this.btnStatsDown_Click);
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
645 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
646 // btnStatListDown
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
647 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
648 this.btnStatListDown.Enabled = false;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
649 this.btnStatListDown.Location = new System.Drawing.Point(500, 205);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
650 this.btnStatListDown.Name = "btnStatListDown";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
651 this.btnStatListDown.Size = new System.Drawing.Size(76, 23);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
652 this.btnStatListDown.TabIndex = 25;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
653 this.btnStatListDown.Text = "Down";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
654 this.btnStatListDown.UseVisualStyleBackColor = true;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
655 this.btnStatListDown.Click += new System.EventHandler(this.btnStatListDown_Click);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
656 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
657 // btnStatListUp
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
658 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
659 this.btnStatListUp.Enabled = false;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
660 this.btnStatListUp.Location = new System.Drawing.Point(500, 176);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
661 this.btnStatListUp.Name = "btnStatListUp";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
662 this.btnStatListUp.Size = new System.Drawing.Size(76, 23);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
663 this.btnStatListUp.TabIndex = 24;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
664 this.btnStatListUp.Text = "Up";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
665 this.btnStatListUp.UseVisualStyleBackColor = true;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
666 this.btnStatListUp.Click += new System.EventHandler(this.btnStatListUp_Click);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
667 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
668 // btnStatListRemove
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
669 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
670 this.btnStatListRemove.Enabled = false;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
671 this.btnStatListRemove.Location = new System.Drawing.Point(500, 147);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
672 this.btnStatListRemove.Name = "btnStatListRemove";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
673 this.btnStatListRemove.Size = new System.Drawing.Size(76, 23);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
674 this.btnStatListRemove.TabIndex = 23;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
675 this.btnStatListRemove.Text = "Remove";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
676 this.btnStatListRemove.UseVisualStyleBackColor = true;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
677 this.btnStatListRemove.Click += new System.EventHandler(this.btnStatListRemove_Click);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
678 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
679 // btnStatListAdd
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
680 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
681 this.btnStatListAdd.Enabled = false;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
682 this.btnStatListAdd.Location = new System.Drawing.Point(500, 118);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
683 this.btnStatListAdd.Name = "btnStatListAdd";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
684 this.btnStatListAdd.Size = new System.Drawing.Size(76, 23);
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
685 this.btnStatListAdd.TabIndex = 22;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
686 this.btnStatListAdd.Text = "Add";
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
687 this.btnStatListAdd.UseVisualStyleBackColor = true;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
688 this.btnStatListAdd.Click += new System.EventHandler(this.btnStatListAdd_Click);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
689 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
690 // gbStats
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
691 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
692 this.gbStats.Controls.Add(this.listStatNames);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
693 this.gbStats.Location = new System.Drawing.Point(290, 146);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
694 this.gbStats.Name = "gbStats";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
695 this.gbStats.Size = new System.Drawing.Size(204, 103);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
696 this.gbStats.TabIndex = 21;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
697 this.gbStats.TabStop = false;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
698 this.gbStats.Text = "Stat Names";
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
699 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
700 // listStatNames
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
701 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
702 this.listStatNames.FormattingEnabled = true;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
703 this.listStatNames.Location = new System.Drawing.Point(7, 20);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
704 this.listStatNames.Name = "listStatNames";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
705 this.listStatNames.Size = new System.Drawing.Size(191, 69);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
706 this.listStatNames.TabIndex = 0;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
707 this.listStatNames.SelectedIndexChanged += new System.EventHandler(this.listStatNames_SelectedIndexChanged);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
708 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
709 // txtStatName
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
710 //
15
3a347947ecea Updates to Categories and Stat Lines
Tsudico
parents: 14
diff changeset
711 this.txtStatName.Enabled = false;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
712 this.txtStatName.Location = new System.Drawing.Point(368, 120);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
713 this.txtStatName.Name = "txtStatName";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
714 this.txtStatName.Size = new System.Drawing.Size(126, 20);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
715 this.txtStatName.TabIndex = 20;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
716 this.txtStatName.TextChanged += new System.EventHandler(this.txtStatName_TextChanged);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
717 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
718 // label1
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
719 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
720 this.label1.AutoSize = true;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
721 this.label1.Location = new System.Drawing.Point(290, 123);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
722 this.label1.Name = "label1";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
723 this.label1.Size = new System.Drawing.Size(60, 13);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
724 this.label1.TabIndex = 19;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
725 this.label1.Text = "Stat Name:";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
726 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
727 // txtStatLineID
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
728 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
729 this.txtStatLineID.Location = new System.Drawing.Point(368, 93);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
730 this.txtStatLineID.Name = "txtStatLineID";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
731 this.txtStatLineID.Size = new System.Drawing.Size(126, 20);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
732 this.txtStatLineID.TabIndex = 18;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
733 this.txtStatLineID.TextChanged += new System.EventHandler(this.txtStatLineID_TextChanged);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
734 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
735 // lblStatLineID
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
736 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
737 this.lblStatLineID.AutoSize = true;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
738 this.lblStatLineID.Location = new System.Drawing.Point(290, 96);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
739 this.lblStatLineID.Name = "lblStatLineID";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
740 this.lblStatLineID.Size = new System.Drawing.Size(66, 13);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
741 this.lblStatLineID.TabIndex = 17;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
742 this.lblStatLineID.Text = "Stat Line ID:";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
743 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
744 // lviewStatPreview
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
745 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
746 this.lviewStatPreview.GridLines = true;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
747 this.lviewStatPreview.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
748 this.lviewStatPreview.Location = new System.Drawing.Point(290, 27);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
749 this.lviewStatPreview.MultiSelect = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
750 this.lviewStatPreview.Name = "lviewStatPreview";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
751 this.lviewStatPreview.Size = new System.Drawing.Size(286, 60);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
752 this.lviewStatPreview.TabIndex = 16;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
753 this.lviewStatPreview.UseCompatibleStateImageBehavior = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
754 this.lviewStatPreview.View = System.Windows.Forms.View.Details;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
755 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
756 // btnStatLineApply
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
757 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
758 this.btnStatLineApply.Enabled = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
759 this.btnStatLineApply.Location = new System.Drawing.Point(500, 255);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
760 this.btnStatLineApply.Name = "btnStatLineApply";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
761 this.btnStatLineApply.Size = new System.Drawing.Size(76, 23);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
762 this.btnStatLineApply.TabIndex = 15;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
763 this.btnStatLineApply.Text = "Apply";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
764 this.btnStatLineApply.UseVisualStyleBackColor = true;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
765 this.btnStatLineApply.Click += new System.EventHandler(this.btnStatLineApply_Click);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
766 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
767 // lblStatLinePreview
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
768 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
769 this.lblStatLinePreview.AutoSize = true;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
770 this.lblStatLinePreview.Location = new System.Drawing.Point(290, 11);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
771 this.lblStatLinePreview.Name = "lblStatLinePreview";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
772 this.lblStatLinePreview.Size = new System.Drawing.Size(93, 13);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
773 this.lblStatLinePreview.TabIndex = 12;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
774 this.lblStatLinePreview.Text = "Stat Line Preview:";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
775 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
776 // btnStatsDefault
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
777 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
778 this.btnStatsDefault.Enabled = false;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
779 this.btnStatsDefault.Location = new System.Drawing.Point(203, 64);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
780 this.btnStatsDefault.Name = "btnStatsDefault";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
781 this.btnStatsDefault.Size = new System.Drawing.Size(81, 23);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
782 this.btnStatsDefault.TabIndex = 11;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
783 this.btnStatsDefault.Text = "Make Default";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
784 this.btnStatsDefault.UseVisualStyleBackColor = true;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
785 this.btnStatsDefault.Click += new System.EventHandler(this.btnStatsDefault_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
786 //
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
787 // lviewStats
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
788 //
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
789 this.lviewStats.AutoArrange = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
790 this.lviewStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
791 this.chStatsID,
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
792 this.chStatsDefault});
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
793 this.lviewStats.FullRowSelect = true;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
794 this.lviewStats.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
795 this.lviewStats.HideSelection = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
796 this.lviewStats.Location = new System.Drawing.Point(6, 6);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
797 this.lviewStats.MultiSelect = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
798 this.lviewStats.Name = "lviewStats";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
799 this.lviewStats.Size = new System.Drawing.Size(188, 272);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
800 this.lviewStats.TabIndex = 10;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
801 this.lviewStats.UseCompatibleStateImageBehavior = false;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
802 this.lviewStats.View = System.Windows.Forms.View.Details;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
803 this.lviewStats.SelectedIndexChanged += new System.EventHandler(this.lviewStats_SelectedIndexChanged);
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
804 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
805 // chStatsID
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
806 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
807 this.chStatsID.Text = "ID";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
808 this.chStatsID.Width = 134;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
809 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
810 // chStatsDefault
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
811 //
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
812 this.chStatsDefault.Text = "Default";
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
813 this.chStatsDefault.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
814 this.chStatsDefault.Width = 50;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
815 //
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
816 // btnStatsRemove
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
817 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
818 this.btnStatsRemove.Enabled = false;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
819 this.btnStatsRemove.Location = new System.Drawing.Point(203, 35);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
820 this.btnStatsRemove.Name = "btnStatsRemove";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
821 this.btnStatsRemove.Size = new System.Drawing.Size(81, 23);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
822 this.btnStatsRemove.TabIndex = 9;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
823 this.btnStatsRemove.Text = "Remove";
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
824 this.btnStatsRemove.UseVisualStyleBackColor = true;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
825 this.btnStatsRemove.Click += new System.EventHandler(this.btnStatsRemove_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
826 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
827 // btnStatsAdd
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
828 //
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
829 this.btnStatsAdd.Enabled = false;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
830 this.btnStatsAdd.Location = new System.Drawing.Point(203, 6);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
831 this.btnStatsAdd.Name = "btnStatsAdd";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
832 this.btnStatsAdd.Size = new System.Drawing.Size(81, 23);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
833 this.btnStatsAdd.TabIndex = 7;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
834 this.btnStatsAdd.Text = "Add";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
835 this.btnStatsAdd.UseVisualStyleBackColor = true;
15
3a347947ecea Updates to Categories and Stat Lines
Tsudico
parents: 14
diff changeset
836 this.btnStatsAdd.Click += new System.EventHandler(this.btnStatsAdd_Click);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
837 //
17
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
838 // gbSystemInfo
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
839 //
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
840 this.gbSystemInfo.Controls.Add(this.txtSystemInfo);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
841 this.gbSystemInfo.Location = new System.Drawing.Point(293, 6);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
842 this.gbSystemInfo.Name = "gbSystemInfo";
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
843 this.gbSystemInfo.Size = new System.Drawing.Size(283, 272);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
844 this.gbSystemInfo.TabIndex = 17;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
845 this.gbSystemInfo.TabStop = false;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
846 this.gbSystemInfo.Text = "General Information";
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
847 //
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
848 // txtSystemInfo
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
849 //
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
850 this.txtSystemInfo.AcceptsReturn = true;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
851 this.txtSystemInfo.AcceptsTab = true;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
852 this.txtSystemInfo.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
853 this.txtSystemInfo.Location = new System.Drawing.Point(7, 19);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
854 this.txtSystemInfo.Multiline = true;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
855 this.txtSystemInfo.Name = "txtSystemInfo";
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
856 this.txtSystemInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
857 this.txtSystemInfo.Size = new System.Drawing.Size(270, 247);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
858 this.txtSystemInfo.TabIndex = 0;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
859 this.txtSystemInfo.TextChanged += new System.EventHandler(this.txtSystemInfo_TextChanged);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
860 //
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
861 // FrmSystem
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
862 //
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
863 this.ClientSize = new System.Drawing.Size(615, 360);
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
864 this.Controls.Add(this.tabSystem);
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
865 this.Controls.Add(this.btnSystemClose);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
866 this.Controls.Add(this.btnSystemSave);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
867 this.Name = "FrmSystem";
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
868 this.Text = "System";
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
869 this.tabSystem.ResumeLayout(false);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
870 this.tabInfo.ResumeLayout(false);
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
871 this.tabInfo.PerformLayout();
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
872 ((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).EndInit();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
873 this.panel2.ResumeLayout(false);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
874 this.panel2.PerformLayout();
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
875 this.panel1.ResumeLayout(false);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
876 this.panel1.PerformLayout();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
877 this.tabCategories.ResumeLayout(false);
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
878 this.tabCategories.PerformLayout();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
879 this.gbCategoryLimits.ResumeLayout(false);
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
880 this.gbCategoryLimits.PerformLayout();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
881 ((System.ComponentModel.ISupportInitialize)(this.numPercentMax)).EndInit();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
882 ((System.ComponentModel.ISupportInitialize)(this.numPercentMin)).EndInit();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
883 ((System.ComponentModel.ISupportInitialize)(this.numPointMax)).EndInit();
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
884 ((System.ComponentModel.ISupportInitialize)(this.numPointMin)).EndInit();
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
885 this.tabStats.ResumeLayout(false);
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
886 this.tabStats.PerformLayout();
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
887 this.gbStats.ResumeLayout(false);
17
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
888 this.gbSystemInfo.ResumeLayout(false);
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
889 this.gbSystemInfo.PerformLayout();
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
890 this.ResumeLayout(false);
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
891
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
892 }
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
893
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
894 #endregion
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
895
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
896 private System.Windows.Forms.Button btnSystemSave;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
897 private System.Windows.Forms.Button btnSystemClose;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
898 private System.Windows.Forms.TabControl tabSystem;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
899 private System.Windows.Forms.TabPage tabInfo;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
900 private System.Windows.Forms.Panel panel2;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
901 private System.Windows.Forms.RadioButton radSystemAlliesNo;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
902 private System.Windows.Forms.RadioButton radSystemAlliesYes;
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
903 private System.Windows.Forms.Label lblSystemAllies;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
904 private System.Windows.Forms.Panel panel1;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
905 private System.Windows.Forms.RadioButton radSystemWarnNo;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
906 private System.Windows.Forms.RadioButton radSystemWarnYes;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
907 private System.Windows.Forms.Label lblSystemWarn;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
908 private System.Windows.Forms.Button btnGenerateSysId;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
909 private System.Windows.Forms.TextBox txtSystemId;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
910 private System.Windows.Forms.Label lblSystemId;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
911 private System.Windows.Forms.TextBox txtSystemName;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
912 private System.Windows.Forms.Label lblSystemName;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
913 private System.Windows.Forms.TabPage tabCategories;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
914 private System.Windows.Forms.Button btnCategoryUp;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
915 private System.Windows.Forms.ListBox listCategories;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
916 private System.Windows.Forms.Button btnCategoryDown;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
917 private System.Windows.Forms.Button btnCategoryAdd;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
918 private System.Windows.Forms.Button btnCategoryRemove;
8
0dadaa315430 Category Tab Updates:
Tsudico
parents: 6
diff changeset
919 private System.Windows.Forms.Button btnCategoryApply;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
920 private System.Windows.Forms.TabPage tabStats;
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
921 private System.Windows.Forms.Button btnStatsDefault;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
922 private System.Windows.Forms.ListView lviewStats;
1
e56ba22f7240 Changed System form to tabular setup:
Tsudico
parents: 0
diff changeset
923 private System.Windows.Forms.Button btnStatsRemove;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
924 private System.Windows.Forms.Button btnStatsAdd;
2
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
925 private System.Windows.Forms.NumericUpDown numDefaultSize;
51e8cd3be231 Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
Tsudico
parents: 1
diff changeset
926 private System.Windows.Forms.Label lblDefaultSize;
5
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
927 private System.Windows.Forms.Button btnGenerateCatID;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
928 private System.Windows.Forms.TextBox txtCategoryID;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
929 private System.Windows.Forms.Label lblCategoryID;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
930 private System.Windows.Forms.TextBox txtCategoryName;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
931 private System.Windows.Forms.Label lblCategoryName;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
932 private System.Windows.Forms.GroupBox gbCategoryLimits;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
933 private System.Windows.Forms.Label lblPointLimit;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
934 private System.Windows.Forms.NumericUpDown numPointMin;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
935 private System.Windows.Forms.CheckBox cbPointMin;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
936 private System.Windows.Forms.CheckBox cbPointMax;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
937 private System.Windows.Forms.NumericUpDown numPointMax;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
938 private System.Windows.Forms.CheckBox cbPercentMax;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
939 private System.Windows.Forms.NumericUpDown numPercentMax;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
940 private System.Windows.Forms.CheckBox cbPercentMin;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
941 private System.Windows.Forms.NumericUpDown numPercentMin;
387f17b36f52 Initial mock up of the Category tab of the System Form.
Tsudico
parents: 2
diff changeset
942 private System.Windows.Forms.Label lblPercentLimit;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
943 private System.Windows.Forms.ColumnHeader chStatsID;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
944 private System.Windows.Forms.ColumnHeader chStatsDefault;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
945 private System.Windows.Forms.Label lblStatLinePreview;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
946 private System.Windows.Forms.ListView lviewStatPreview;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
947 private System.Windows.Forms.Button btnStatLineApply;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
948 private System.Windows.Forms.TextBox txtStatName;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
949 private System.Windows.Forms.Label label1;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
950 private System.Windows.Forms.TextBox txtStatLineID;
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
951 private System.Windows.Forms.Label lblStatLineID;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
952 private System.Windows.Forms.Button btnStatListRemove;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
953 private System.Windows.Forms.Button btnStatListAdd;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
954 private System.Windows.Forms.GroupBox gbStats;
14
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
955 private System.Windows.Forms.Button btnStatListDown;
26f7f6d2b4f8 Implement most of the buttons on the stats tab and adjust button enabling on category tab.
Tsudico
parents: 13
diff changeset
956 private System.Windows.Forms.Button btnStatListUp;
13
372f921c20fc Mock up of the stat line tab
Tsudico
parents: 10
diff changeset
957 private System.Windows.Forms.ListBox listStatNames;
16
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
958 private System.Windows.Forms.Button btnStatsUp;
489d36b167a6 Added Up and Down buttons for Stat Lines tab
Tsudico
parents: 15
diff changeset
959 private System.Windows.Forms.Button btnStatsDown;
17
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
960 private System.Windows.Forms.GroupBox gbSystemInfo;
0ea6ce3c6434 Updated System Form on General Tab
Tsudico
parents: 16
diff changeset
961 private System.Windows.Forms.TextBox txtSystemInfo;
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
962
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
963 }
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
964 }