ホテル管理システム
ogi
yesterday 1a1c8e71fcd14858f595029f089b2d4a00202b32
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
namespace HotelPms.Share.Windows.Tool
{
    partial class DBLogin
    {
        /// <summary>
        /// 必要なデザイナ変数です。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// 使用中のリソースをすべてクリーンアップします。
        /// </summary>
        /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows フォーム デザイナで生成されたコード
 
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.txtDstCatalog = new System.Windows.Forms.TextBox();
            this.lblDstCatalog = new System.Windows.Forms.Label();
            this.txtDstPassword = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtDstUser = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmbSrcDataSource = new System.Windows.Forms.ComboBox();
            this.btnLogin = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtDstCatalog
            // 
            this.txtDstCatalog.Location = new System.Drawing.Point(122, 103);
            this.txtDstCatalog.Name = "txtDstCatalog";
            this.txtDstCatalog.Size = new System.Drawing.Size(123, 19);
            this.txtDstCatalog.TabIndex = 4;
            // 
            // lblDstCatalog
            // 
            this.lblDstCatalog.AutoSize = true;
            this.lblDstCatalog.Location = new System.Drawing.Point(20, 106);
            this.lblDstCatalog.Name = "lblDstCatalog";
            this.lblDstCatalog.Size = new System.Drawing.Size(74, 12);
            this.lblDstCatalog.TabIndex = 14;
            this.lblDstCatalog.Text = "データベース名";
            // 
            // txtDstPassword
            // 
            this.txtDstPassword.Location = new System.Drawing.Point(122, 78);
            this.txtDstPassword.Name = "txtDstPassword";
            this.txtDstPassword.Size = new System.Drawing.Size(123, 19);
            this.txtDstPassword.TabIndex = 3;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(21, 81);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(52, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "パスワード";
            // 
            // txtDstUser
            // 
            this.txtDstUser.Location = new System.Drawing.Point(122, 53);
            this.txtDstUser.Name = "txtDstUser";
            this.txtDstUser.Size = new System.Drawing.Size(123, 19);
            this.txtDstUser.TabIndex = 2;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(20, 56);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(45, 12);
            this.label7.TabIndex = 10;
            this.label7.Text = "ユーザー";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(21, 31);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(57, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "サーバー名";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cmbSrcDataSource);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.txtDstCatalog);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.lblDstCatalog);
            this.groupBox1.Controls.Add(this.txtDstUser);
            this.groupBox1.Controls.Add(this.txtDstPassword);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(282, 145);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "予約センター";
            // 
            // cmbSrcDataSource
            // 
            this.cmbSrcDataSource.FormattingEnabled = true;
            this.cmbSrcDataSource.Location = new System.Drawing.Point(122, 27);
            this.cmbSrcDataSource.Name = "cmbSrcDataSource";
            this.cmbSrcDataSource.Size = new System.Drawing.Size(123, 20);
            this.cmbSrcDataSource.TabIndex = 15;
            this.cmbSrcDataSource.Text = "SC1425";
            this.cmbSrcDataSource.DropDown += new System.EventHandler(this.cmbSrcDataSource_DropDown);
            // 
            // btnLogin
            // 
            this.btnLogin.Location = new System.Drawing.Point(315, 86);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(96, 27);
            this.btnLogin.TabIndex = 18;
            this.btnLogin.Text = "ログイン";
            this.btnLogin.UseVisualStyleBackColor = true;
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(315, 130);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(96, 27);
            this.btnCancel.TabIndex = 19;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(12, 163);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(409, 160);
            this.listBox1.TabIndex = 20;
            this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
            // 
            // DBLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(433, 331);
            this.Controls.Add(this.listBox1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnLogin);
            this.Controls.Add(this.groupBox1);
            this.MaximumSize = new System.Drawing.Size(441, 365);
            this.Name = "DBLogin";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ログイン";
            this.Shown += new System.EventHandler(this.Login_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.TextBox txtDstCatalog;
        private System.Windows.Forms.Label lblDstCatalog;
        private System.Windows.Forms.TextBox txtDstPassword;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtDstUser;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btnLogin;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.ComboBox cmbSrcDataSource;
        private System.Windows.Forms.ListBox listBox1;
    }
}