0% found this document useful (0 votes)
17 views3 pages

Sync Data

The document is a partial class definition for a Windows Forms application named 'frmDataSynch'. It includes the initialization of UI components such as text boxes for 'Bill Month' and 'Division', as well as buttons for 'Checking' and 'Synchronization'. The class also contains methods for resource management and layout configuration of the form.

Uploaded by

Kunal Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views3 pages

Sync Data

The document is a partial class definition for a Windows Forms application named 'frmDataSynch'. It includes the initialization of UI components such as text boxes for 'Bill Month' and 'Division', as well as buttons for 'Checking' and 'Synchronization'. The class also contains methods for resource management and layout configuration of the form.

Uploaded by

Kunal Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

...eDataUpload\OnlineDataUpload\[Link].

cs 1
1 namespace OnlineDataUpload
2 {
3 partial class frmDataSynch
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private [Link] 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 [Link]();
19 }
20 [Link](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 [Link] = new [Link]();
32 this.label5 = new [Link]();
33 [Link] = new [Link]();
34 this.label1 = new [Link]();
35 [Link] = new [Link]();
36 [Link] = new [Link]();
37 [Link]();
38 //
39 // txtBillMonth
40 //
41 [Link] = new [Link]("Microsoft
Sans Serif", 10F, [Link],
[Link], ((byte)(0)));
42 [Link] = new [Link](496,
49);
43 [Link] = "txtBillMonth";
44 [Link] = new [Link](91, 30);
45 [Link] = 13;
...eDataUpload\OnlineDataUpload\[Link] 2
46 //
47 // label5
48 //
49 [Link] = true;
50 [Link] = new [Link]("Microsoft Sans
Serif", 10F, [Link],
[Link], ((byte)(0)));
51 [Link] = new [Link](393, 55);
52 [Link] = "label5";
53 [Link] = new [Link](97, 25);
54 [Link] = 12;
55 [Link] = "Bill Month";
56 //
57 // txtDivCode
58 //
59 [Link] = new [Link]("Microsoft Sans
Serif", 10F, [Link],
[Link], ((byte)(0)));
60 [Link] = new [Link](274, 49);
61 [Link] = "txtDivCode";
62 [Link] = new [Link](76, 30);
63 [Link] = 11;
64 //
65 // label1
66 //
67 [Link] = true;
68 [Link] = new [Link]("Microsoft Sans
Serif", 10F, [Link],
[Link], ((byte)(0)));
69 [Link] = new [Link](174, 55);
70 [Link] = "label1";
71 [Link] = new [Link](80, 25);
72 [Link] = 10;
73 [Link] = "Division";
74 //
75 // cmdChecking
76 //
77 [Link] = new [Link](233,
117);
78 [Link] = "cmdChecking";
79 [Link] = new [Link](148, 73);
80 [Link] = 14;
81 [Link] = "Checking";
82 [Link] = true;
83 [Link] += new [Link]
(this.cmdChecking_Click);
84 //
85 // cmdUpdate
86 //
...eDataUpload\OnlineDataUpload\[Link] 3
87 [Link] = new [Link](420, 117);
88 [Link] = "cmdUpdate";
89 [Link] = new [Link](148, 73);
90 [Link] = 15;
91 [Link] = "Synchronization";
92 [Link] = true;
93 //
94 // frmDataSynch
95 //
96 [Link] = new [Link](9F, 20F);
97 [Link] = [Link];
98 [Link] = new [Link](819, 581);
99 [Link]([Link]);
100 [Link]([Link]);
101 [Link]([Link]);
102 [Link](this.label5);
103 [Link]([Link]);
104 [Link](this.label1);
105 [Link] = "frmDataSynch";
106 [Link] = "Data Synchronization";
107 [Link](false);
108 [Link]();
109
110 }
111
112 #endregion
113
114 private [Link] txtBillMonth;
115 private [Link] label5;
116 private [Link] txtDivCode;
117 private [Link] label1;
118 private [Link] cmdChecking;
119 private [Link] cmdUpdate;
120 }
121 }

You might also like