‪Black Box
BBSD2DB.Designer.cs
Go to the documentation of this file.
2 {
3  partial class BBSD2DB
4  {
8  private System.ComponentModel.IContainer ‪components = null;
9 
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 
29  private void ‪InitializeComponent()
30  {
31  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(‪BBSD2DB));
32  this.‪xmlFile = new System.Windows.Forms.TextBox();
33  this.‪fName = new System.Windows.Forms.Label();
34  this.‪fSize = new System.Windows.Forms.Label();
35  this.‪xmlProgress = new System.Windows.Forms.ProgressBar();
36  this.‪groupBox1 = new System.Windows.Forms.GroupBox();
37  this.‪browseFileBtn = new System.Windows.Forms.Button();
38  this.‪groupBox2 = new System.Windows.Forms.GroupBox();
39  this.‪pPerc = new System.Windows.Forms.Label();
40  this.‪pIcon = new System.Windows.Forms.PictureBox();
41  this.‪groupBox3 = new System.Windows.Forms.GroupBox();
42  this.‪DBConnectionStatus = new System.Windows.Forms.PictureBox();
43  this.‪groupBox4 = new System.Windows.Forms.GroupBox();
44  this.‪DBTransferStatus = new System.Windows.Forms.PictureBox();
45  this.‪cancelBtn = new System.Windows.Forms.Button();
46  this.‪startBtn = new System.Windows.Forms.Button();
47  this.‪groupBox5 = new System.Windows.Forms.GroupBox();
48  this.‪groupBox6 = new System.Windows.Forms.GroupBox();
49  this.‪groupBox1.SuspendLayout();
50  this.‪groupBox2.SuspendLayout();
51  ((System.ComponentModel.ISupportInitialize)(this.‪pIcon)).BeginInit();
52  this.‪groupBox3.SuspendLayout();
53  ((System.ComponentModel.ISupportInitialize)(this.‪DBConnectionStatus)).BeginInit();
54  this.‪groupBox4.SuspendLayout();
55  ((System.ComponentModel.ISupportInitialize)(this.‪DBTransferStatus)).BeginInit();
56  this.‪groupBox5.SuspendLayout();
57  this.‪groupBox6.SuspendLayout();
58  this.SuspendLayout();
59  //
60  // xmlFile
61  //
62  this.‪xmlFile.Location = new System.Drawing.Point(18, 28);
63  this.‪xmlFile.Name = "xmlFile";
64  this.‪xmlFile.Size = new System.Drawing.Size(231, 20);
65  this.‪xmlFile.TabIndex = 0;
66  //
67  // fName
68  //
69  this.‪fName.AutoSize = true;
70  this.‪fName.Location = new System.Drawing.Point(8, 16);
71  this.‪fName.Name = "fName";
72  this.‪fName.Size = new System.Drawing.Size(67, 13);
73  this.‪fName.TabIndex = 3;
74  this.‪fName.Text = "__________";
75  //
76  // fSize
77  //
78  this.‪fSize.AutoSize = true;
79  this.‪fSize.Location = new System.Drawing.Point(8, 41);
80  this.‪fSize.Name = "fSize";
81  this.‪fSize.Size = new System.Drawing.Size(67, 13);
82  this.‪fSize.TabIndex = 5;
83  this.‪fSize.Text = "__________";
84  //
85  // xmlProgress
86  //
87  this.‪xmlProgress.Location = new System.Drawing.Point(6, 19);
88  this.‪xmlProgress.Name = "xmlProgress";
89  this.‪xmlProgress.Size = new System.Drawing.Size(223, 16);
90  this.‪xmlProgress.TabIndex = 8;
91  //
92  // groupBox1
93  //
94  this.‪groupBox1.Controls.Add(this.‪browseFileBtn);
95  this.‪groupBox1.Controls.Add(this.‪xmlFile);
96  this.‪groupBox1.Location = new System.Drawing.Point(12, 12);
97  this.‪groupBox1.Name = "groupBox1";
98  this.‪groupBox1.Size = new System.Drawing.Size(299, 67);
99  this.‪groupBox1.TabIndex = 9;
100  this.‪groupBox1.TabStop = false;
101  this.‪groupBox1.Text = "Browse File";
102  //
103  // browseFileBtn
104  //
105  this.‪browseFileBtn.BackgroundImage = global::BBPSensorData2DataBase.Properties.Resources.open_file;
106  this.‪browseFileBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
107  this.‪browseFileBtn.Location = new System.Drawing.Point(255, 21);
108  this.‪browseFileBtn.Name = "browseFileBtn";
109  this.‪browseFileBtn.Size = new System.Drawing.Size(32, 32);
110  this.‪browseFileBtn.TabIndex = 1;
111  this.‪browseFileBtn.UseVisualStyleBackColor = true;
112  this.‪browseFileBtn.Click += new System.EventHandler(this.‪browseFileBtn_Click);
113  //
114  // groupBox2
115  //
116  this.‪groupBox2.Controls.Add(this.‪pPerc);
117  this.‪groupBox2.Controls.Add(this.‪pIcon);
118  this.‪groupBox2.Controls.Add(this.‪xmlProgress);
119  this.‪groupBox2.Location = new System.Drawing.Point(13, 238);
120  this.‪groupBox2.Name = "groupBox2";
121  this.‪groupBox2.Size = new System.Drawing.Size(299, 50);
122  this.‪groupBox2.TabIndex = 10;
123  this.‪groupBox2.TabStop = false;
124  this.‪groupBox2.Text = "Progress";
125  //
126  // pPerc
127  //
128  this.‪pPerc.AutoSize = true;
129  this.‪pPerc.Location = new System.Drawing.Point(236, 20);
130  this.‪pPerc.Name = "pPerc";
131  this.‪pPerc.Size = new System.Drawing.Size(21, 13);
132  this.‪pPerc.TabIndex = 10;
133  this.‪pPerc.Text = "0%";
134  //
135  // pIcon
136  //
137  this.‪pIcon.Image = global::BBPSensorData2DataBase.Properties.Resources.excl2;
138  this.‪pIcon.Location = new System.Drawing.Point(271, 19);
139  this.‪pIcon.Name = "pIcon";
140  this.‪pIcon.Size = new System.Drawing.Size(16, 16);
141  this.‪pIcon.TabIndex = 9;
142  this.‪pIcon.TabStop = false;
143  //
144  // groupBox3
145  //
146  this.‪groupBox3.Controls.Add(this.‪DBConnectionStatus);
147  this.‪groupBox3.Location = new System.Drawing.Point(12, 82);
148  this.‪groupBox3.Name = "groupBox3";
149  this.‪groupBox3.Size = new System.Drawing.Size(148, 72);
150  this.‪groupBox3.TabIndex = 11;
151  this.‪groupBox3.TabStop = false;
152  this.‪groupBox3.Text = "DB Connection Status";
153  //
154  // DBConnectionStatus
155  //
156  this.‪DBConnectionStatus.Image = global::BBPSensorData2DataBase.Properties.Resources.trafficlight_yellow;
157  this.‪DBConnectionStatus.Location = new System.Drawing.Point(23, 19);
158  this.‪DBConnectionStatus.Name = "DBConnectionStatus";
159  this.‪DBConnectionStatus.Size = new System.Drawing.Size(100, 47);
160  this.‪DBConnectionStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
161  this.‪DBConnectionStatus.TabIndex = 0;
162  this.‪DBConnectionStatus.TabStop = false;
163  //
164  // groupBox4
165  //
166  this.‪groupBox4.Controls.Add(this.‪DBTransferStatus);
167  this.‪groupBox4.Location = new System.Drawing.Point(12, 160);
168  this.‪groupBox4.Name = "groupBox4";
169  this.‪groupBox4.Size = new System.Drawing.Size(148, 72);
170  this.‪groupBox4.TabIndex = 12;
171  this.‪groupBox4.TabStop = false;
172  this.‪groupBox4.Text = "DB Transfer Status";
173  //
174  // DBTransferStatus
175  //
176  this.‪DBTransferStatus.Image = global::BBPSensorData2DataBase.Properties.Resources.trafficlight_yellow;
177  this.‪DBTransferStatus.Location = new System.Drawing.Point(23, 19);
178  this.‪DBTransferStatus.Name = "DBTransferStatus";
179  this.‪DBTransferStatus.Size = new System.Drawing.Size(100, 47);
180  this.‪DBTransferStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
181  this.‪DBTransferStatus.TabIndex = 0;
182  this.‪DBTransferStatus.TabStop = false;
183  //
184  // cancelBtn
185  //
186  this.‪cancelBtn.BackgroundImage = global::BBPSensorData2DataBase.Properties.Resources.Stop_icon;
187  this.‪cancelBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
188  this.‪cancelBtn.Location = new System.Drawing.Point(80, 19);
189  this.‪cancelBtn.Name = "cancelBtn";
190  this.‪cancelBtn.Size = new System.Drawing.Size(52, 46);
191  this.‪cancelBtn.TabIndex = 6;
192  this.‪cancelBtn.UseVisualStyleBackColor = true;
193  this.‪cancelBtn.Click += new System.EventHandler(this.‪cancelBtn_Click);
194  //
195  // startBtn
196  //
197  this.‪startBtn.BackgroundImage = global::BBPSensorData2DataBase.Properties.Resources.player_play;
198  this.‪startBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
199  this.‪startBtn.Location = new System.Drawing.Point(6, 18);
200  this.‪startBtn.Name = "startBtn";
201  this.‪startBtn.Size = new System.Drawing.Size(53, 47);
202  this.‪startBtn.TabIndex = 7;
203  this.‪startBtn.UseVisualStyleBackColor = true;
204  this.‪startBtn.Click += new System.EventHandler(this.‪startBtn_Click);
205  //
206  // groupBox5
207  //
208  this.‪groupBox5.Controls.Add(this.‪startBtn);
209  this.‪groupBox5.Controls.Add(this.‪cancelBtn);
210  this.‪groupBox5.Location = new System.Drawing.Point(167, 83);
211  this.‪groupBox5.Name = "groupBox5";
212  this.‪groupBox5.Size = new System.Drawing.Size(144, 71);
213  this.‪groupBox5.TabIndex = 13;
214  this.‪groupBox5.TabStop = false;
215  this.‪groupBox5.Text = "Controls";
216  //
217  // groupBox6
218  //
219  this.‪groupBox6.Controls.Add(this.‪fName);
220  this.‪groupBox6.Controls.Add(this.‪fSize);
221  this.‪groupBox6.Location = new System.Drawing.Point(166, 160);
222  this.‪groupBox6.Name = "groupBox6";
223  this.‪groupBox6.Size = new System.Drawing.Size(145, 72);
224  this.‪groupBox6.TabIndex = 14;
225  this.‪groupBox6.TabStop = false;
226  this.‪groupBox6.Text = "File Information";
227  //
228  // BBSD2DB
229  //
230  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
231  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
232  this.ClientSize = new System.Drawing.Size(324, 297);
233  this.Controls.Add(this.‪groupBox6);
234  this.Controls.Add(this.‪groupBox5);
235  this.Controls.Add(this.‪groupBox4);
236  this.Controls.Add(this.‪groupBox3);
237  this.Controls.Add(this.‪groupBox2);
238  this.Controls.Add(this.‪groupBox1);
239  this.DoubleBuffered = true;
240  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
241  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
242  this.MaximizeBox = false;
243  this.MinimizeBox = false;
244  this.Name = "BBSD2DB";
245  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
246  this.Text = "Data 2 DataBase";
247  this.Load += new System.EventHandler(this.‪BBPSD2DB_Load);
248  this.‪groupBox1.ResumeLayout(false);
249  this.‪groupBox1.PerformLayout();
250  this.‪groupBox2.ResumeLayout(false);
251  this.‪groupBox2.PerformLayout();
252  ((System.ComponentModel.ISupportInitialize)(this.‪pIcon)).EndInit();
253  this.‪groupBox3.ResumeLayout(false);
254  ((System.ComponentModel.ISupportInitialize)(this.‪DBConnectionStatus)).EndInit();
255  this.‪groupBox4.ResumeLayout(false);
256  ((System.ComponentModel.ISupportInitialize)(this.‪DBTransferStatus)).EndInit();
257  this.‪groupBox5.ResumeLayout(false);
258  this.‪groupBox6.ResumeLayout(false);
259  this.‪groupBox6.PerformLayout();
260  this.ResumeLayout(false);
261 
262  }
263 
264  #endregion
265 
266  private System.Windows.Forms.TextBox ‪xmlFile;
267  private System.Windows.Forms.Button ‪browseFileBtn;
268  private System.Windows.Forms.Label ‪fName;
269  private System.Windows.Forms.Label ‪fSize;
270  private System.Windows.Forms.Button ‪cancelBtn;
271  private System.Windows.Forms.Button ‪startBtn;
272  private System.Windows.Forms.ProgressBar ‪xmlProgress;
273  private System.Windows.Forms.GroupBox ‪groupBox1;
274  private System.Windows.Forms.GroupBox ‪groupBox2;
275  private System.Windows.Forms.GroupBox ‪groupBox3;
276  private System.Windows.Forms.PictureBox ‪DBConnectionStatus;
277  private System.Windows.Forms.GroupBox ‪groupBox4;
278  private System.Windows.Forms.PictureBox ‪DBTransferStatus;
279  private System.Windows.Forms.PictureBox ‪pIcon;
280  private System.Windows.Forms.GroupBox ‪groupBox5;
281  private System.Windows.Forms.GroupBox ‪groupBox6;
282  private System.Windows.Forms.Label ‪pPerc;
283  }
284 }
285 
‪System.Windows.Forms.Label fName
‪System.Windows.Forms.GroupBox groupBox2
‪System.Windows.Forms.ProgressBar xmlProgress
‪System.Windows.Forms.Button cancelBtn
‪void BBPSD2DB_Load(object sender, EventArgs e)
Definition: BBSD2DB.cs:307
‪void browseFileBtn_Click(object sender, EventArgs e)
‪Executes the open file command
Definition: BBSD2DB.cs:320
‪System.Windows.Forms.GroupBox groupBox1
‪System.Windows.Forms.GroupBox groupBox5
‪System.ComponentModel.IContainer components
‪Required designer variable.
‪System.Windows.Forms.Label fSize
‪System.Windows.Forms.GroupBox groupBox4
‪System.Windows.Forms.PictureBox DBConnectionStatus
‪System.Windows.Forms.PictureBox pIcon
‪System.Windows.Forms.TextBox xmlFile
‪override void Dispose(bool disposing)
‪Clean up any resources being used.
‪System.Windows.Forms.Label pPerc
‪System.Windows.Forms.PictureBox DBTransferStatus
‪System.Windows.Forms.GroupBox groupBox3
‪System.Windows.Forms.Button browseFileBtn
‪void startBtn_Click(object sender, EventArgs e)
‪Start the process
Definition: BBSD2DB.cs:477
‪void InitializeComponent()
‪Required method for Designer support - do not modify the contents of this method with the code editor...
‪void cancelBtn_Click(object sender, EventArgs e)
‪Cancel the process
Definition: BBSD2DB.cs:467
‪System.Windows.Forms.GroupBox groupBox6
‪System.Windows.Forms.Button startBtn