Run ANy Query
Run ANy Query
cs 1
1 namespace OnlineDataUpload
2 {
3 partial class RunQuery
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be
disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.txtSDOCode = new System.Windows.Forms.TextBox();
32 this.label2 = new System.Windows.Forms.Label();
33 this.txtDivCode = new System.Windows.Forms.TextBox();
34 this.label1 = new System.Windows.Forms.Label();
35 this.txtQuery = new System.Windows.Forms.TextBox();
36 this.label3 = new System.Windows.Forms.Label();
37 this.txtResult = new System.Windows.Forms.TextBox();
38 this.label4 = new System.Windows.Forms.Label();
39 this.cmdRunQuery = new System.Windows.Forms.Button();
40 this.cmdGetData = new System.Windows.Forms.Button();
41 this.grdData = new System.Windows.Forms.DataGridView();
42 this.cmdLocalData = new System.Windows.Forms.Button();
43 ((System.ComponentModel.ISupportInitialize)
(this.grdData)).BeginInit();
44 this.SuspendLayout();
45 //
46 // txtSDOCode
47 //
...nlineDataUpload\OnlineDataUpload\RunQuery.Designer.cs 2
48 this.txtSDOCode.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
49 this.txtSDOCode.Location = new System.Drawing.Point(541, 12);
50 this.txtSDOCode.Name = "txtSDOCode";
51 this.txtSDOCode.Size = new System.Drawing.Size(76, 30);
52 this.txtSDOCode.TabIndex = 7;
53 //
54 // label2
55 //
56 this.label2.AutoSize = true;
57 this.label2.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
58 this.label2.Location = new System.Drawing.Point(441, 18);
59 this.label2.Name = "label2";
60 this.label2.Size = new System.Drawing.Size(86, 25);
61 this.label2.TabIndex = 6;
62 this.label2.Text = "Sub Div.";
63 //
64 // txtDivCode
65 //
66 this.txtDivCode.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67 this.txtDivCode.Location = new System.Drawing.Point(330, 12);
68 this.txtDivCode.Name = "txtDivCode";
69 this.txtDivCode.Size = new System.Drawing.Size(76, 30);
70 this.txtDivCode.TabIndex = 5;
71 //
72 // label1
73 //
74 this.label1.AutoSize = true;
75 this.label1.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
76 this.label1.Location = new System.Drawing.Point(230, 18);
77 this.label1.Name = "label1";
78 this.label1.Size = new System.Drawing.Size(80, 25);
79 this.label1.TabIndex = 4;
80 this.label1.Text = "Division";
81 //
82 // txtQuery
83 //
84 this.txtQuery.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85 this.txtQuery.Location = new System.Drawing.Point(160, 55);
86 this.txtQuery.Multiline = true;
...nlineDataUpload\OnlineDataUpload\RunQuery.Designer.cs 3
87 this.txtQuery.Name = "txtQuery";
88 this.txtQuery.Size = new System.Drawing.Size(850, 117);
89 this.txtQuery.TabIndex = 9;
90 //
91 // label3
92 //
93 this.label3.AutoSize = true;
94 this.label3.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
95 this.label3.Location = new System.Drawing.Point(60, 61);
96 this.label3.Name = "label3";
97 this.label3.Size = new System.Drawing.Size(66, 25);
98 this.label3.TabIndex = 8;
99 this.label3.Text = "Query";
100 //
101 // txtResult
102 //
103 this.txtResult.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104 this.txtResult.Location = new System.Drawing.Point(160, 247);
105 this.txtResult.Multiline = true;
106 this.txtResult.Name = "txtResult";
107 this.txtResult.Size = new System.Drawing.Size(850, 117);
108 this.txtResult.TabIndex = 11;
109 //
110 // label4
111 //
112 this.label4.AutoSize = true;
113 this.label4.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
114 this.label4.Location = new System.Drawing.Point(60, 253);
115 this.label4.Name = "label4";
116 this.label4.Size = new System.Drawing.Size(66, 25);
117 this.label4.TabIndex = 10;
118 this.label4.Text = "Result";
119 //
120 // cmdRunQuery
121 //
122 this.cmdRunQuery.Font = new System.Drawing.Font("Microsoft
Sans Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
123 this.cmdRunQuery.Location = new System.Drawing.Point(210,
186);
124 this.cmdRunQuery.Name = "cmdRunQuery";
125 this.cmdRunQuery.Size = new System.Drawing.Size(199, 48);
126 this.cmdRunQuery.TabIndex = 12;
...nlineDataUpload\OnlineDataUpload\RunQuery.Designer.cs 4
127 this.cmdRunQuery.Text = "Run Querty";
128 this.cmdRunQuery.UseVisualStyleBackColor = true;
129 this.cmdRunQuery.Click += new System.EventHandler
(this.cmdRunQuery_Click);
130 //
131 // cmdGetData
132 //
133 this.cmdGetData.Font = new System.Drawing.Font("Microsoft Sans
Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
134 this.cmdGetData.Location = new System.Drawing.Point(448, 186);
135 this.cmdGetData.Name = "cmdGetData";
136 this.cmdGetData.Size = new System.Drawing.Size(199, 48);
137 this.cmdGetData.TabIndex = 13;
138 this.cmdGetData.Text = "Get Data";
139 this.cmdGetData.UseVisualStyleBackColor = true;
140 this.cmdGetData.Click += new System.EventHandler
(this.cmdGetData_Click);
141 //
142 // grdData
143 //
144 this.grdData.ColumnHeadersHeightSizeMode =
System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode
.AutoSize;
145 this.grdData.Location = new System.Drawing.Point(12, 382);
146 this.grdData.Name = "grdData";
147 this.grdData.RowHeadersWidth = 62;
148 this.grdData.RowTemplate.Height = 28;
149 this.grdData.Size = new System.Drawing.Size(1033, 342);
150 this.grdData.TabIndex = 14;
151 //
152 // cmdLocalData
153 //
154 this.cmdLocalData.Font = new System.Drawing.Font("Microsoft
Sans Serif", 10F, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155 this.cmdLocalData.Location = new System.Drawing.Point(717,
186);
156 this.cmdLocalData.Name = "cmdLocalData";
157 this.cmdLocalData.Size = new System.Drawing.Size(199, 48);
158 this.cmdLocalData.TabIndex = 15;
159 this.cmdLocalData.Text = "Get Local Data";
160 this.cmdLocalData.UseVisualStyleBackColor = true;
161 //
162 // RunQuery
163 //
164 this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
165 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
166 this.ClientSize = new System.Drawing.Size(1086, 781);
...nlineDataUpload\OnlineDataUpload\RunQuery.Designer.cs 5
167 this.Controls.Add(this.cmdLocalData);
168 this.Controls.Add(this.grdData);
169 this.Controls.Add(this.cmdGetData);
170 this.Controls.Add(this.cmdRunQuery);
171 this.Controls.Add(this.txtResult);
172 this.Controls.Add(this.label4);
173 this.Controls.Add(this.txtQuery);
174 this.Controls.Add(this.label3);
175 this.Controls.Add(this.txtSDOCode);
176 this.Controls.Add(this.label2);
177 this.Controls.Add(this.txtDivCode);
178 this.Controls.Add(this.label1);
179 this.Name = "RunQuery";
180 this.Text = "RunQuery";
181 this.Load += new System.EventHandler(this.RunQuery_Load);
182 ((System.ComponentModel.ISupportInitialize)
(this.grdData)).EndInit();
183 this.ResumeLayout(false);
184 this.PerformLayout();
185
186 }
187
188 #endregion
189
190 private System.Windows.Forms.TextBox txtSDOCode;
191 private System.Windows.Forms.Label label2;
192 private System.Windows.Forms.TextBox txtDivCode;
193 private System.Windows.Forms.Label label1;
194 private System.Windows.Forms.TextBox txtQuery;
195 private System.Windows.Forms.Label label3;
196 private System.Windows.Forms.TextBox txtResult;
197 private System.Windows.Forms.Label label4;
198 private System.Windows.Forms.Button cmdRunQuery;
199 private System.Windows.Forms.Button cmdGetData;
200 private System.Windows.Forms.DataGridView grdData;
201 private System.Windows.Forms.Button cmdLocalData;
202 }
203 }