ホテル管理システム
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
202
203
namespace HotelPms.SourceFactory
{
    partial class FormScript
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.materialButton3 = new HotelPms.Share.Windows.Component.MaterialButton();
            this.materialButton2 = new HotelPms.Share.Windows.Component.MaterialButton();
            this.btnTextToClass = new HotelPms.Share.Windows.Component.MaterialButton();
            this.btnPartition = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.txtScript = new System.Windows.Forms.RichTextBox();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.textBox2);
            this.panel1.Controls.Add(this.textBox1);
            this.panel1.Controls.Add(this.materialButton3);
            this.panel1.Controls.Add(this.materialButton2);
            this.panel1.Controls.Add(this.btnTextToClass);
            this.panel1.Controls.Add(this.btnPartition);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(800, 180);
            this.panel1.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(390, 59);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(33, 15);
            this.label2.TabIndex = 7;
            this.label2.Text = "Class";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(185, 59);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(27, 15);
            this.label1.TabIndex = 6;
            this.label1.Text = "DLL";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(429, 56);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(166, 23);
            this.textBox2.TabIndex = 5;
            this.textBox2.Text = "HotelPms.Data.Master.Demo";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(218, 56);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(157, 23);
            this.textBox1.TabIndex = 4;
            this.textBox1.Text = "HotelPms.Data.Client";
            // 
            // materialButton3
            // 
            this.materialButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
            this.materialButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.materialButton3.ForeColor = System.Drawing.Color.White;
            this.materialButton3.Location = new System.Drawing.Point(8, 135);
            this.materialButton3.Name = "materialButton3";
            this.materialButton3.Radius = 10F;
            this.materialButton3.Size = new System.Drawing.Size(162, 39);
            this.materialButton3.TabIndex = 3;
            this.materialButton3.Text = "DataGridView ⇒  TextBox";
            this.materialButton3.UseVisualStyleBackColor = false;
            // 
            // materialButton2
            // 
            this.materialButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
            this.materialButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.materialButton2.ForeColor = System.Drawing.Color.White;
            this.materialButton2.Location = new System.Drawing.Point(8, 92);
            this.materialButton2.Name = "materialButton2";
            this.materialButton2.Radius = 10F;
            this.materialButton2.Size = new System.Drawing.Size(162, 39);
            this.materialButton2.TabIndex = 2;
            this.materialButton2.Text = "Class ⇒  TextBox";
            this.materialButton2.UseVisualStyleBackColor = false;
            this.materialButton2.Click += new System.EventHandler(this.materialButton2_Click);
            // 
            // btnTextToClass
            // 
            this.btnTextToClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
            this.btnTextToClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnTextToClass.ForeColor = System.Drawing.Color.White;
            this.btnTextToClass.Location = new System.Drawing.Point(8, 47);
            this.btnTextToClass.Name = "btnTextToClass";
            this.btnTextToClass.Radius = 10F;
            this.btnTextToClass.Size = new System.Drawing.Size(162, 39);
            this.btnTextToClass.TabIndex = 1;
            this.btnTextToClass.Text = "TextBox ⇒ Class";
            this.btnTextToClass.UseVisualStyleBackColor = false;
            this.btnTextToClass.Click += new System.EventHandler(this.btnTextToClass_Click);
            // 
            // btnPartition
            // 
            this.btnPartition.BackColor = System.Drawing.Color.RoyalBlue;
            this.btnPartition.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPartition.FlatAppearance.BorderSize = 0;
            this.btnPartition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPartition.ForeColor = System.Drawing.Color.White;
            this.btnPartition.Location = new System.Drawing.Point(8, 4);
            this.btnPartition.Name = "btnPartition";
            this.btnPartition.Size = new System.Drawing.Size(162, 37);
            this.btnPartition.TabIndex = 0;
            this.btnPartition.Text = "パーティション作成";
            this.btnPartition.UseVisualStyleBackColor = false;
            this.btnPartition.Click += new System.EventHandler(this.btnPartition_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.LightSteelBlue;
            this.panel2.Controls.Add(this.txtScript);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 180);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(3);
            this.panel2.Size = new System.Drawing.Size(800, 270);
            this.panel2.TabIndex = 1;
            // 
            // txtScript
            // 
            this.txtScript.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtScript.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtScript.Location = new System.Drawing.Point(3, 3);
            this.txtScript.Name = "txtScript";
            this.txtScript.Size = new System.Drawing.Size(794, 264);
            this.txtScript.TabIndex = 0;
            this.txtScript.Text = "";
            // 
            // FormScript
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "FormScript";
            this.Text = "スクリプト自動生成";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private Panel panel1;
        private Button btnPartition;
        private Panel panel2;
        private RichTextBox txtScript;
        private Share.Windows.Component.MaterialButton materialButton3;
        private Share.Windows.Component.MaterialButton materialButton2;
        private Share.Windows.Component.MaterialButton btnTextToClass;
        private Label label2;
        private Label label1;
        private TextBox textBox2;
        private TextBox textBox1;
    }
}