| Line 28... |
Line 28... |
| 28 |
/// </summary> |
28 |
/// </summary> |
| 29 |
private void InitializeComponent() |
29 |
private void InitializeComponent() |
| 30 |
{ |
30 |
{ |
| 31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Listing)); |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Listing)); |
| 32 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
32 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
| 33 |
this.toolStripComboBoxDomains = new System.Windows.Forms.ToolStripComboBox(); |
33 |
this.toolStripComboBoxZones = new System.Windows.Forms.ToolStripComboBox(); |
| 34 |
this.toolStripButtonSelectDomain = new System.Windows.Forms.ToolStripButton(); |
34 |
this.toolStripButtonSelectZone = new System.Windows.Forms.ToolStripButton(); |
| 35 |
this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton(); |
35 |
this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton(); |
| 36 |
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); |
36 |
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); |
| 37 |
this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton(); |
37 |
this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton(); |
| 38 |
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); |
38 |
this.toolStripButtonEdit = new System.Windows.Forms.ToolStripButton(); |
| 39 |
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |
39 |
this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton(); |
| 40 |
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); |
40 |
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); |
| 41 |
this.toolStripButtonSettings = new System.Windows.Forms.ToolStripButton(); |
41 |
this.toolStripButtonSettings = new System.Windows.Forms.ToolStripButton(); |
| 42 |
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
42 |
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
| 43 |
this.toolStripDropDownButtonHelp = new System.Windows.Forms.ToolStripDropDownButton(); |
43 |
this.toolStripDropDownButtonHelp = new System.Windows.Forms.ToolStripDropDownButton(); |
| 44 |
this.visitWebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
44 |
this.visitWebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| Line 62... |
Line 62... |
| 62 |
this.SuspendLayout(); |
62 |
this.SuspendLayout(); |
| 63 |
// |
63 |
// |
| 64 |
// toolStrip1 |
64 |
// toolStrip1 |
| 65 |
// |
65 |
// |
| 66 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
66 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 67 |
this.toolStripComboBoxDomains, |
67 |
this.toolStripComboBoxZones, |
| 68 |
this.toolStripButtonSelectDomain, |
68 |
this.toolStripButtonSelectZone, |
| 69 |
this.toolStripButtonReload, |
69 |
this.toolStripButtonReload, |
| 70 |
this.toolStripSeparator3, |
70 |
this.toolStripSeparator3, |
| 71 |
this.toolStripButtonAdd, |
71 |
this.toolStripButtonAdd, |
| 72 |
this.toolStripButton2, |
72 |
this.toolStripButtonEdit, |
| 73 |
this.toolStripButton3, |
73 |
this.toolStripButtonDelete, |
| 74 |
this.toolStripSeparator4, |
74 |
this.toolStripSeparator4, |
| 75 |
this.toolStripButtonSettings, |
75 |
this.toolStripButtonSettings, |
| 76 |
this.toolStripSeparator2, |
76 |
this.toolStripSeparator2, |
| 77 |
this.toolStripDropDownButtonHelp}); |
77 |
this.toolStripDropDownButtonHelp}); |
| 78 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
78 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
| 79 |
this.toolStrip1.Name = "toolStrip1"; |
79 |
this.toolStrip1.Name = "toolStrip1"; |
| 80 |
this.toolStrip1.Size = new System.Drawing.Size(904, 25); |
80 |
this.toolStrip1.Size = new System.Drawing.Size(904, 25); |
| 81 |
this.toolStrip1.TabIndex = 1; |
81 |
this.toolStrip1.TabIndex = 1; |
| 82 |
this.toolStrip1.Text = "toolStrip1"; |
82 |
this.toolStrip1.Text = "toolStrip1"; |
| 83 |
// |
83 |
// |
| 84 |
// toolStripComboBoxDomains |
84 |
// toolStripComboBoxZones |
| 85 |
// |
85 |
// |
| 86 |
this.toolStripComboBoxDomains.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
86 |
this.toolStripComboBoxZones.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 87 |
this.toolStripComboBoxDomains.DropDownWidth = 200; |
87 |
this.toolStripComboBoxZones.DropDownWidth = 200; |
| 88 |
this.toolStripComboBoxDomains.Name = "toolStripComboBoxDomains"; |
88 |
this.toolStripComboBoxZones.Name = "toolStripComboBoxZones"; |
| 89 |
this.toolStripComboBoxDomains.Size = new System.Drawing.Size(200, 25); |
89 |
this.toolStripComboBoxZones.Size = new System.Drawing.Size(200, 25); |
| 90 |
this.toolStripComboBoxDomains.ToolTipText = "Domain"; |
90 |
this.toolStripComboBoxZones.ToolTipText = "Zone"; |
| 91 |
// |
91 |
// |
| 92 |
// toolStripButtonSelectDomain |
92 |
// toolStripButtonSelectZone |
| 93 |
// |
93 |
// |
| 94 |
this.toolStripButtonSelectDomain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
94 |
this.toolStripButtonSelectZone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
| 95 |
this.toolStripButtonSelectDomain.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelectDomain.Image"))); |
95 |
this.toolStripButtonSelectZone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelectZone.Image"))); |
| 96 |
this.toolStripButtonSelectDomain.ImageTransparentColor = System.Drawing.Color.Magenta; |
96 |
this.toolStripButtonSelectZone.ImageTransparentColor = System.Drawing.Color.Magenta; |
| 97 |
this.toolStripButtonSelectDomain.Name = "toolStripButtonSelectDomain"; |
97 |
this.toolStripButtonSelectZone.Name = "toolStripButtonSelectZone"; |
| 98 |
this.toolStripButtonSelectDomain.Size = new System.Drawing.Size(23, 22); |
98 |
this.toolStripButtonSelectZone.Size = new System.Drawing.Size(23, 22); |
| 99 |
this.toolStripButtonSelectDomain.Text = "Select Domain"; |
99 |
this.toolStripButtonSelectZone.Text = "Select Zone"; |
| 100 |
this.toolStripButtonSelectDomain.Click += new System.EventHandler(this.toolStripButtonSelectDomain_Click); |
100 |
this.toolStripButtonSelectZone.Click += new System.EventHandler(this.toolStripButtonSelectDomain_Click); |
| 101 |
// |
101 |
// |
| 102 |
// toolStripButtonReload |
102 |
// toolStripButtonReload |
| 103 |
// |
103 |
// |
| 104 |
this.toolStripButtonReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
104 |
this.toolStripButtonReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
| 105 |
this.toolStripButtonReload.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReload.Image"))); |
105 |
this.toolStripButtonReload.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReload.Image"))); |
| Line 122... |
Line 122... |
| 122 |
this.toolStripButtonAdd.Name = "toolStripButtonAdd"; |
122 |
this.toolStripButtonAdd.Name = "toolStripButtonAdd"; |
| 123 |
this.toolStripButtonAdd.Size = new System.Drawing.Size(23, 22); |
123 |
this.toolStripButtonAdd.Size = new System.Drawing.Size(23, 22); |
| 124 |
this.toolStripButtonAdd.Text = "Add Record"; |
124 |
this.toolStripButtonAdd.Text = "Add Record"; |
| 125 |
this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click); |
125 |
this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click); |
| 126 |
// |
126 |
// |
| 127 |
// toolStripButton2 |
127 |
// toolStripButtonEdit |
| 128 |
// |
128 |
// |
| 129 |
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
129 |
this.toolStripButtonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
| 130 |
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); |
130 |
this.toolStripButtonEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonEdit.Image"))); |
| 131 |
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; |
131 |
this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta; |
| 132 |
this.toolStripButton2.Name = "toolStripButton2"; |
132 |
this.toolStripButtonEdit.Name = "toolStripButtonEdit"; |
| 133 |
this.toolStripButton2.Size = new System.Drawing.Size(23, 22); |
133 |
this.toolStripButtonEdit.Size = new System.Drawing.Size(23, 22); |
| 134 |
this.toolStripButton2.Text = "toolStripButton2"; |
134 |
this.toolStripButtonEdit.Text = "Edit Record"; |
| 135 |
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); |
135 |
this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click); |
| 136 |
// |
136 |
// |
| 137 |
// toolStripButton3 |
137 |
// toolStripButtonDelete |
| 138 |
// |
138 |
// |
| 139 |
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
139 |
this.toolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
| 140 |
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); |
140 |
this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image"))); |
| 141 |
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; |
141 |
this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta; |
| 142 |
this.toolStripButton3.Name = "toolStripButton3"; |
142 |
this.toolStripButtonDelete.Name = "toolStripButtonDelete"; |
| 143 |
this.toolStripButton3.Size = new System.Drawing.Size(23, 22); |
143 |
this.toolStripButtonDelete.Size = new System.Drawing.Size(23, 22); |
| 144 |
this.toolStripButton3.Text = "toolStripButtonDelete"; |
144 |
this.toolStripButtonDelete.Text = "Delete Record"; |
| 145 |
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); |
145 |
this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click); |
| 146 |
// |
146 |
// |
| 147 |
// toolStripSeparator4 |
147 |
// toolStripSeparator4 |
| 148 |
// |
148 |
// |
| 149 |
this.toolStripSeparator4.Name = "toolStripSeparator4"; |
149 |
this.toolStripSeparator4.Name = "toolStripSeparator4"; |
| 150 |
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); |
150 |
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); |
| Line 334... |
Line 334... |
| 334 |
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonHelp; |
334 |
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonHelp; |
| 335 |
private System.Windows.Forms.ToolStripMenuItem visitWebsiteToolStripMenuItem; |
335 |
private System.Windows.Forms.ToolStripMenuItem visitWebsiteToolStripMenuItem; |
| 336 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
336 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
| 337 |
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; |
337 |
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; |
| 338 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; |
338 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; |
| 339 |
private System.Windows.Forms.ToolStripComboBox toolStripComboBoxDomains; |
339 |
private System.Windows.Forms.ToolStripComboBox toolStripComboBoxZones; |
| 340 |
private System.Windows.Forms.ToolStripButton toolStripButtonReload; |
340 |
private System.Windows.Forms.ToolStripButton toolStripButtonReload; |
| 341 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; |
341 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; |
| 342 |
private System.Windows.Forms.DataGridView dataGridView; |
342 |
private System.Windows.Forms.DataGridView dataGridView; |
| 343 |
private System.Windows.Forms.StatusStrip statusStrip1; |
343 |
private System.Windows.Forms.StatusStrip statusStrip1; |
| 344 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; |
344 |
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; |
| 345 |
private System.Windows.Forms.ToolStripButton toolStripButtonSelectDomain; |
345 |
private System.Windows.Forms.ToolStripButton toolStripButtonSelectZone; |
| 346 |
private System.Windows.Forms.Panel panel1; |
346 |
private System.Windows.Forms.Panel panel1; |
| 347 |
private System.Windows.Forms.ToolStripButton toolStripButtonAdd; |
347 |
private System.Windows.Forms.ToolStripButton toolStripButtonAdd; |
| 348 |
private System.Windows.Forms.ToolStripButton toolStripButton2; |
348 |
private System.Windows.Forms.ToolStripButton toolStripButtonEdit; |
| 349 |
private System.Windows.Forms.ToolStripButton toolStripButton3; |
349 |
private System.Windows.Forms.ToolStripButton toolStripButtonDelete; |
| 350 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; |
350 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; |
| 351 |
private System.Windows.Forms.DataGridViewTextBoxColumn account_id; |
351 |
private System.Windows.Forms.DataGridViewTextBoxColumn account_id; |
| 352 |
private System.Windows.Forms.DataGridViewTextBoxColumn zone; |
352 |
private System.Windows.Forms.DataGridViewTextBoxColumn zone; |
| 353 |
private System.Windows.Forms.DataGridViewCheckBoxColumn Editable; |
353 |
private System.Windows.Forms.DataGridViewCheckBoxColumn Editable; |
| 354 |
private System.Windows.Forms.DataGridViewTextBoxColumn Record; |
354 |
private System.Windows.Forms.DataGridViewTextBoxColumn Record; |