8 private System.ComponentModel.IContainer
components =
null;
14 protected override void Dispose(
bool disposing)
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code 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();
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();
43 this.
groupBox4 =
new System.Windows.Forms.GroupBox();
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();
51 ((System.ComponentModel.ISupportInitialize)(this.
pIcon)).BeginInit();
62 this.
xmlFile.Location =
new System.Drawing.Point(18, 28);
64 this.
xmlFile.Size =
new System.Drawing.Size(231, 20);
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);
74 this.
fName.Text =
"__________";
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);
83 this.
fSize.Text =
"__________";
87 this.
xmlProgress.Location =
new System.Drawing.Point(6, 19);
89 this.
xmlProgress.Size =
new System.Drawing.Size(223, 16);
96 this.
groupBox1.Location =
new System.Drawing.Point(12, 12);
98 this.
groupBox1.Size =
new System.Drawing.Size(299, 67);
105 this.
browseFileBtn.BackgroundImage = global::BBPSensorData2DataBase.Properties.Resources.open_file;
106 this.
browseFileBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
119 this.
groupBox2.Location =
new System.Drawing.Point(13, 238);
121 this.
groupBox2.Size =
new System.Drawing.Size(299, 50);
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;
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);
142 this.
pIcon.TabStop =
false;
147 this.
groupBox3.Location =
new System.Drawing.Point(12, 82);
149 this.
groupBox3.Size =
new System.Drawing.Size(148, 72);
152 this.
groupBox3.Text =
"DB Connection Status";
156 this.
DBConnectionStatus.Image = global::BBPSensorData2DataBase.Properties.Resources.trafficlight_yellow;
167 this.
groupBox4.Location =
new System.Drawing.Point(12, 160);
169 this.
groupBox4.Size =
new System.Drawing.Size(148, 72);
176 this.
DBTransferStatus.Image = global::BBPSensorData2DataBase.Properties.Resources.trafficlight_yellow;
180 this.
DBTransferStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
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);
190 this.
cancelBtn.Size =
new System.Drawing.Size(52, 46);
192 this.
cancelBtn.UseVisualStyleBackColor =
true;
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);
201 this.
startBtn.Size =
new System.Drawing.Size(53, 47);
203 this.
startBtn.UseVisualStyleBackColor =
true;
210 this.
groupBox5.Location =
new System.Drawing.Point(167, 83);
212 this.
groupBox5.Size =
new System.Drawing.Size(144, 71);
221 this.
groupBox6.Location =
new System.Drawing.Point(166, 160);
223 this.
groupBox6.Size =
new System.Drawing.Size(145, 72);
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);
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";
252 ((System.ComponentModel.ISupportInitialize)(this.
pIcon)).EndInit();
260 this.ResumeLayout(
false);
268 private System.Windows.Forms.Label
fName;
269 private System.Windows.Forms.Label
fSize;
279 private System.Windows.Forms.PictureBox
pIcon;
282 private System.Windows.Forms.Label
pPerc;
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)
void browseFileBtn_Click(object sender, EventArgs e)
Executes the open file command
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
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
System.Windows.Forms.GroupBox groupBox6
System.Windows.Forms.Button startBtn