Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
namespace PremierExport
{
    partial class FormMain
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.statusStripMain = new System.Windows.Forms.StatusStrip();
            this.listViewSql = new System.Windows.Forms.ListView();
            this.imageListSql = new System.Windows.Forms.ImageList(this.components);
            this.listViewDocuware = new System.Windows.Forms.ListView();
            this.imageListDocuware = new System.Windows.Forms.ImageList(this.components);
            this.labelCabinets = new System.Windows.Forms.Label();
            this.labelSql = new System.Windows.Forms.Label();
            this.dataGridViewSql = new System.Windows.Forms.DataGridView();
            this.dataGridViewDocuware = new System.Windows.Forms.DataGridView();
            this.labelRecordCount = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSql)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDocuware)).BeginInit();
            this.SuspendLayout();
            // 
            // statusStripMain
            // 
            this.statusStripMain.Location = new System.Drawing.Point(0, 739);
            this.statusStripMain.Name = "statusStripMain";
            this.statusStripMain.Size = new System.Drawing.Size(1345, 22);
            this.statusStripMain.TabIndex = 0;
            this.statusStripMain.Text = "statusStripMain";
            // 
            // listViewSql
            // 
            this.listViewSql.CheckBoxes = true;
            this.listViewSql.LargeImageList = this.imageListSql;
            this.listViewSql.Location = new System.Drawing.Point(12, 34);
            this.listViewSql.MultiSelect = false;
            this.listViewSql.Name = "listViewSql";
            this.listViewSql.Size = new System.Drawing.Size(650, 350);
            this.listViewSql.SmallImageList = this.imageListSql;
            this.listViewSql.TabIndex = 1;
            this.listViewSql.UseCompatibleStateImageBehavior = false;
            this.listViewSql.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewSql_ItemChecked);
            this.listViewSql.DoubleClick += new System.EventHandler(this.listViewSql_DoubleClick);
            // 
            // imageListSql
            // 
            this.imageListSql.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSql.ImageStream")));
            this.imageListSql.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListSql.Images.SetKeyName(0, "table.png");
            // 
            // listViewDocuware
            // 
            this.listViewDocuware.LargeImageList = this.imageListDocuware;
            this.listViewDocuware.Location = new System.Drawing.Point(682, 34);
            this.listViewDocuware.Name = "listViewDocuware";
            this.listViewDocuware.Size = new System.Drawing.Size(650, 350);
            this.listViewDocuware.SmallImageList = this.imageListDocuware;
            this.listViewDocuware.TabIndex = 2;
            this.listViewDocuware.UseCompatibleStateImageBehavior = false;
            this.listViewDocuware.DoubleClick += new System.EventHandler(this.listViewDocuware_DoubleClick);
            // 
            // imageListDocuware
            // 
            this.imageListDocuware.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListDocuware.ImageStream")));
            this.imageListDocuware.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListDocuware.Images.SetKeyName(0, "tray.png");
            // 
            // labelCabinets
            // 
            this.labelCabinets.AutoSize = true;
            this.labelCabinets.Location = new System.Drawing.Point(679, 18);
            this.labelCabinets.Name = "labelCabinets";
            this.labelCabinets.Size = new System.Drawing.Size(100, 13);
            this.labelCabinets.TabIndex = 3;
            this.labelCabinets.Text = "Docuware Cabinets";
            // 
            // labelSql
            // 
            this.labelSql.AutoSize = true;
            this.labelSql.Location = new System.Drawing.Point(9, 18);
            this.labelSql.Name = "labelSql";
            this.labelSql.Size = new System.Drawing.Size(118, 13);
            this.labelSql.TabIndex = 4;
            this.labelSql.Text = "Sql Server 2000 Tables";
            // 
            // dataGridViewSql
            // 
            this.dataGridViewSql.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewSql.Location = new System.Drawing.Point(12, 390);
            this.dataGridViewSql.Name = "dataGridViewSql";
            this.dataGridViewSql.Size = new System.Drawing.Size(650, 281);
            this.dataGridViewSql.TabIndex = 5;
            // 
            // dataGridViewDocuware
            // 
            this.dataGridViewDocuware.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewDocuware.Location = new System.Drawing.Point(682, 390);
            this.dataGridViewDocuware.Name = "dataGridViewDocuware";
            this.dataGridViewDocuware.Size = new System.Drawing.Size(650, 281);
            this.dataGridViewDocuware.TabIndex = 6;
            // 
            // labelRecordCount
            // 
            this.labelRecordCount.AutoSize = true;
            this.labelRecordCount.Location = new System.Drawing.Point(627, 674);
            this.labelRecordCount.Name = "labelRecordCount";
            this.labelRecordCount.Size = new System.Drawing.Size(0, 13);
            this.labelRecordCount.TabIndex = 7;
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1345, 761);
            this.Controls.Add(this.labelRecordCount);
            this.Controls.Add(this.dataGridViewDocuware);
            this.Controls.Add(this.dataGridViewSql);
            this.Controls.Add(this.labelSql);
            this.Controls.Add(this.labelCabinets);
            this.Controls.Add(this.listViewDocuware);
            this.Controls.Add(this.listViewSql);
            this.Controls.Add(this.statusStripMain);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "FormMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Premier Export";
            this.Load += new System.EventHandler(this.FormMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSql)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDocuware)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.StatusStrip statusStripMain;
        private System.Windows.Forms.ListView listViewSql;
        private System.Windows.Forms.ImageList imageListSql;
        private System.Windows.Forms.ListView listViewDocuware;
        private System.Windows.Forms.ImageList imageListDocuware;
        private System.Windows.Forms.Label labelCabinets;
        private System.Windows.Forms.Label labelSql;
        private System.Windows.Forms.DataGridView dataGridViewSql;
        private System.Windows.Forms.DataGridView dataGridViewDocuware;
        private System.Windows.Forms.Label labelRecordCount;
    }
}

Commits for ChrisCompleteCodeTrunk/PremierExport/PremierExport/FormMain.Designer.cs

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000