namespace HotelPms.SourceFactory { partial class FormReport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); panel1 = new Panel(); label4 = new Label(); label3 = new Label(); numericUpDown1 = new NumericUpDown(); button2 = new Button(); button1 = new Button(); panel2 = new Panel(); tabControl1 = new TabControl(); tabPage1 = new TabPage(); pnlPaper = new Panel(); panel5 = new Panel(); pnlDetail = new Panel(); txtField9 = new Button(); panel11 = new Panel(); txtField8 = new Label(); txtField7 = new Label(); txtField6 = new Label(); panel12 = new Panel(); txtField5 = new Label(); txtField4 = new Label(); txtField3 = new Label(); txtField2 = new Button(); panel13 = new Panel(); txtField1 = new Label(); txtField0 = new Label(); pnlGroupHeader = new Panel(); txtCaption9 = new Button(); panel10 = new Panel(); txtCaption8 = new Label(); txtCaption7 = new Label(); txtCaption6 = new Label(); panel9 = new Panel(); txtCaption5 = new Label(); txtCaption4 = new Label(); txtCaption3 = new Label(); txtCaption2 = new Button(); panel8 = new Panel(); txtCaption1 = new Label(); txtCaption0 = new Label(); pnlPageHeader = new Panel(); label21 = new Label(); label2 = new Label(); label1 = new Label(); tabPage2 = new TabPage(); dataGridView1 = new DataGridView(); tabPage3 = new TabPage(); printPreviewControl1 = new PrintPreviewControl(); panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit(); panel2.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); pnlPaper.SuspendLayout(); panel5.SuspendLayout(); pnlDetail.SuspendLayout(); panel11.SuspendLayout(); panel12.SuspendLayout(); panel13.SuspendLayout(); pnlGroupHeader.SuspendLayout(); panel10.SuspendLayout(); panel9.SuspendLayout(); panel8.SuspendLayout(); pnlPageHeader.SuspendLayout(); tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); tabPage3.SuspendLayout(); SuspendLayout(); // // panel1 // panel1.Controls.Add(label4); panel1.Controls.Add(label3); panel1.Controls.Add(numericUpDown1); panel1.Controls.Add(button2); panel1.Controls.Add(button1); panel1.Dock = DockStyle.Top; panel1.Location = new Point(0, 0); panel1.Name = "panel1"; panel1.Size = new Size(1126, 78); panel1.TabIndex = 0; // // label4 // label4.AutoSize = true; label4.Font = new Font("Yu Gothic UI", 18F); label4.Location = new Point(504, 20); label4.Name = "label4"; label4.Size = new Size(66, 32); label4.TabIndex = 4; label4.Text = "1000"; // // label3 // label3.AutoSize = true; label3.Font = new Font("Yu Gothic UI", 18F); label3.Location = new Point(475, 20); label3.Name = "label3"; label3.Size = new Size(23, 32); label3.TabIndex = 3; label3.Text = "/"; // // numericUpDown1 // numericUpDown1.Font = new Font("Yu Gothic UI", 18F); numericUpDown1.Location = new Point(375, 17); numericUpDown1.Name = "numericUpDown1"; numericUpDown1.Size = new Size(94, 39); numericUpDown1.TabIndex = 2; // // button2 // button2.Location = new Point(158, 12); button2.Name = "button2"; button2.Size = new Size(140, 45); button2.TabIndex = 1; button2.Text = "出力"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // button1 // button1.Location = new Point(12, 12); button1.Name = "button1"; button1.Size = new Size(140, 45); button1.TabIndex = 0; button1.Text = "PreView"; button1.UseVisualStyleBackColor = true; // // panel2 // panel2.Controls.Add(tabControl1); panel2.Dock = DockStyle.Fill; panel2.Location = new Point(0, 78); panel2.Name = "panel2"; panel2.Padding = new Padding(2); panel2.Size = new Size(1126, 639); panel2.TabIndex = 1; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Dock = DockStyle.Fill; tabControl1.Location = new Point(2, 2); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(1122, 635); tabControl1.TabIndex = 0; // // tabPage1 // tabPage1.AutoScroll = true; tabPage1.BackColor = Color.Gray; tabPage1.Controls.Add(pnlPaper); tabPage1.Location = new Point(4, 24); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(20); tabPage1.Size = new Size(1114, 607); tabPage1.TabIndex = 0; tabPage1.Text = "自由式"; // // pnlPaper // pnlPaper.BackColor = Color.White; pnlPaper.Controls.Add(panel5); pnlPaper.Controls.Add(pnlPageHeader); pnlPaper.Location = new Point(23, 24); pnlPaper.Name = "pnlPaper"; pnlPaper.Padding = new Padding(5); pnlPaper.Size = new Size(1068, 545); pnlPaper.TabIndex = 0; // // panel5 // panel5.Controls.Add(pnlDetail); panel5.Controls.Add(pnlGroupHeader); panel5.Dock = DockStyle.Top; panel5.Location = new Point(5, 74); panel5.Name = "panel5"; panel5.Size = new Size(1058, 128); panel5.TabIndex = 3; // // pnlDetail // pnlDetail.Controls.Add(txtField9); pnlDetail.Controls.Add(panel11); pnlDetail.Controls.Add(panel12); pnlDetail.Controls.Add(txtField2); pnlDetail.Controls.Add(panel13); pnlDetail.Dock = DockStyle.Top; pnlDetail.Location = new Point(0, 54); pnlDetail.Name = "pnlDetail"; pnlDetail.Size = new Size(1058, 54); pnlDetail.TabIndex = 1; // // txtField9 // txtField9.Dock = DockStyle.Fill; txtField9.FlatAppearance.BorderColor = Color.Green; txtField9.FlatStyle = FlatStyle.Flat; txtField9.Location = new Point(779, 0); txtField9.Name = "txtField9"; txtField9.Size = new Size(279, 54); txtField9.TabIndex = 5; txtField9.UseVisualStyleBackColor = true; // // panel11 // panel11.Controls.Add(txtField8); panel11.Controls.Add(txtField7); panel11.Controls.Add(txtField6); panel11.Dock = DockStyle.Left; panel11.Location = new Point(497, 0); panel11.Name = "panel11"; panel11.Size = new Size(282, 54); panel11.TabIndex = 4; // // txtField8 // txtField8.BorderStyle = BorderStyle.FixedSingle; txtField8.Dock = DockStyle.Fill; txtField8.FlatStyle = FlatStyle.Flat; txtField8.Location = new Point(137, 27); txtField8.Name = "txtField8"; txtField8.Size = new Size(145, 27); txtField8.TabIndex = 4; txtField8.TextAlign = ContentAlignment.MiddleCenter; // // txtField7 // txtField7.BorderStyle = BorderStyle.FixedSingle; txtField7.Dock = DockStyle.Left; txtField7.FlatStyle = FlatStyle.Flat; txtField7.Location = new Point(0, 27); txtField7.Name = "txtField7"; txtField7.Size = new Size(137, 27); txtField7.TabIndex = 3; txtField7.TextAlign = ContentAlignment.MiddleCenter; // // txtField6 // txtField6.BorderStyle = BorderStyle.FixedSingle; txtField6.Dock = DockStyle.Top; txtField6.FlatStyle = FlatStyle.Flat; txtField6.Location = new Point(0, 0); txtField6.Name = "txtField6"; txtField6.Size = new Size(282, 27); txtField6.TabIndex = 1; txtField6.TextAlign = ContentAlignment.MiddleCenter; // // panel12 // panel12.Controls.Add(txtField5); panel12.Controls.Add(txtField4); panel12.Controls.Add(txtField3); panel12.Dock = DockStyle.Left; panel12.Location = new Point(215, 0); panel12.Name = "panel12"; panel12.Size = new Size(282, 54); panel12.TabIndex = 3; // // txtField5 // txtField5.BorderStyle = BorderStyle.FixedSingle; txtField5.Dock = DockStyle.Fill; txtField5.FlatStyle = FlatStyle.Flat; txtField5.Location = new Point(137, 27); txtField5.Name = "txtField5"; txtField5.Size = new Size(145, 27); txtField5.TabIndex = 3; txtField5.TextAlign = ContentAlignment.MiddleCenter; // // txtField4 // txtField4.BorderStyle = BorderStyle.FixedSingle; txtField4.Dock = DockStyle.Left; txtField4.FlatStyle = FlatStyle.Flat; txtField4.Location = new Point(0, 27); txtField4.Name = "txtField4"; txtField4.Size = new Size(137, 27); txtField4.TabIndex = 2; txtField4.TextAlign = ContentAlignment.MiddleCenter; // // txtField3 // txtField3.BorderStyle = BorderStyle.FixedSingle; txtField3.Dock = DockStyle.Top; txtField3.FlatStyle = FlatStyle.Flat; txtField3.Location = new Point(0, 0); txtField3.Name = "txtField3"; txtField3.Size = new Size(282, 27); txtField3.TabIndex = 1; txtField3.TextAlign = ContentAlignment.MiddleCenter; // // txtField2 // txtField2.Dock = DockStyle.Left; txtField2.FlatAppearance.BorderColor = Color.Red; txtField2.FlatStyle = FlatStyle.Flat; txtField2.Location = new Point(125, 0); txtField2.Name = "txtField2"; txtField2.Size = new Size(90, 54); txtField2.TabIndex = 1; txtField2.UseVisualStyleBackColor = true; // // panel13 // panel13.Controls.Add(txtField1); panel13.Controls.Add(txtField0); panel13.Dock = DockStyle.Left; panel13.Location = new Point(0, 0); panel13.Name = "panel13"; panel13.Size = new Size(125, 54); panel13.TabIndex = 2; // // txtField1 // txtField1.BorderStyle = BorderStyle.FixedSingle; txtField1.Dock = DockStyle.Top; txtField1.FlatStyle = FlatStyle.Flat; txtField1.Location = new Point(0, 27); txtField1.Name = "txtField1"; txtField1.Size = new Size(125, 27); txtField1.TabIndex = 1; txtField1.TextAlign = ContentAlignment.MiddleCenter; // // txtField0 // txtField0.BorderStyle = BorderStyle.FixedSingle; txtField0.Dock = DockStyle.Top; txtField0.FlatStyle = FlatStyle.Flat; txtField0.Location = new Point(0, 0); txtField0.Name = "txtField0"; txtField0.Size = new Size(125, 27); txtField0.TabIndex = 0; txtField0.TextAlign = ContentAlignment.MiddleCenter; // // pnlGroupHeader // pnlGroupHeader.Controls.Add(txtCaption9); pnlGroupHeader.Controls.Add(panel10); pnlGroupHeader.Controls.Add(panel9); pnlGroupHeader.Controls.Add(txtCaption2); pnlGroupHeader.Controls.Add(panel8); pnlGroupHeader.Dock = DockStyle.Top; pnlGroupHeader.Location = new Point(0, 0); pnlGroupHeader.Name = "pnlGroupHeader"; pnlGroupHeader.Size = new Size(1058, 54); pnlGroupHeader.TabIndex = 0; // // txtCaption9 // txtCaption9.Dock = DockStyle.Fill; txtCaption9.FlatAppearance.BorderColor = Color.Green; txtCaption9.FlatStyle = FlatStyle.Flat; txtCaption9.Location = new Point(779, 0); txtCaption9.Name = "txtCaption9"; txtCaption9.Size = new Size(279, 54); txtCaption9.TabIndex = 5; txtCaption9.Text = "備考"; txtCaption9.UseVisualStyleBackColor = true; // // panel10 // panel10.Controls.Add(txtCaption8); panel10.Controls.Add(txtCaption7); panel10.Controls.Add(txtCaption6); panel10.Dock = DockStyle.Left; panel10.Location = new Point(497, 0); panel10.Name = "panel10"; panel10.Size = new Size(282, 54); panel10.TabIndex = 4; // // txtCaption8 // txtCaption8.BorderStyle = BorderStyle.FixedSingle; txtCaption8.Dock = DockStyle.Fill; txtCaption8.FlatStyle = FlatStyle.Flat; txtCaption8.Location = new Point(137, 27); txtCaption8.Name = "txtCaption8"; txtCaption8.Size = new Size(145, 27); txtCaption8.TabIndex = 4; txtCaption8.Text = "クレジット"; txtCaption8.TextAlign = ContentAlignment.MiddleCenter; // // txtCaption7 // txtCaption7.BorderStyle = BorderStyle.FixedSingle; txtCaption7.Dock = DockStyle.Left; txtCaption7.FlatStyle = FlatStyle.Flat; txtCaption7.Location = new Point(0, 27); txtCaption7.Name = "txtCaption7"; txtCaption7.Size = new Size(137, 27); txtCaption7.TabIndex = 3; txtCaption7.Text = "現金"; txtCaption7.TextAlign = ContentAlignment.MiddleCenter; // // txtCaption6 // txtCaption6.BorderStyle = BorderStyle.FixedSingle; txtCaption6.Dock = DockStyle.Top; txtCaption6.FlatStyle = FlatStyle.Flat; txtCaption6.Location = new Point(0, 0); txtCaption6.Name = "txtCaption6"; txtCaption6.Size = new Size(282, 27); txtCaption6.TabIndex = 1; txtCaption6.Text = "入金"; txtCaption6.TextAlign = ContentAlignment.MiddleCenter; // // panel9 // panel9.Controls.Add(txtCaption5); panel9.Controls.Add(txtCaption4); panel9.Controls.Add(txtCaption3); panel9.Dock = DockStyle.Left; panel9.Location = new Point(215, 0); panel9.Name = "panel9"; panel9.Size = new Size(282, 54); panel9.TabIndex = 3; // // txtCaption5 // txtCaption5.BorderStyle = BorderStyle.FixedSingle; txtCaption5.Dock = DockStyle.Fill; txtCaption5.FlatStyle = FlatStyle.Flat; txtCaption5.Location = new Point(137, 27); txtCaption5.Name = "txtCaption5"; txtCaption5.Size = new Size(145, 27); txtCaption5.TabIndex = 3; txtCaption5.Text = "付帯料金"; txtCaption5.TextAlign = ContentAlignment.MiddleCenter; // // txtCaption4 // txtCaption4.BorderStyle = BorderStyle.FixedSingle; txtCaption4.Dock = DockStyle.Left; txtCaption4.FlatStyle = FlatStyle.Flat; txtCaption4.Location = new Point(0, 27); txtCaption4.Name = "txtCaption4"; txtCaption4.Size = new Size(137, 27); txtCaption4.TabIndex = 2; txtCaption4.Text = "宿泊料金"; txtCaption4.TextAlign = ContentAlignment.MiddleCenter; // // txtCaption3 // txtCaption3.BorderStyle = BorderStyle.FixedSingle; txtCaption3.Dock = DockStyle.Top; txtCaption3.FlatStyle = FlatStyle.Flat; txtCaption3.Location = new Point(0, 0); txtCaption3.Name = "txtCaption3"; txtCaption3.Size = new Size(282, 27); txtCaption3.TabIndex = 1; txtCaption3.Text = "売上"; txtCaption3.TextAlign = ContentAlignment.MiddleCenter; // // txtCaption2 // txtCaption2.Dock = DockStyle.Left; txtCaption2.FlatAppearance.BorderColor = Color.Red; txtCaption2.FlatStyle = FlatStyle.Flat; txtCaption2.Location = new Point(125, 0); txtCaption2.Name = "txtCaption2"; txtCaption2.Size = new Size(90, 54); txtCaption2.TabIndex = 1; txtCaption2.Text = "部屋番号"; txtCaption2.UseVisualStyleBackColor = true; // // panel8 // panel8.Controls.Add(txtCaption1); panel8.Controls.Add(txtCaption0); panel8.Dock = DockStyle.Left; panel8.Location = new Point(0, 0); panel8.Name = "panel8"; panel8.Size = new Size(125, 54); panel8.TabIndex = 2; // // txtCaption1 // txtCaption1.BorderStyle = BorderStyle.FixedSingle; txtCaption1.Dock = DockStyle.Top; txtCaption1.FlatStyle = FlatStyle.Flat; txtCaption1.Location = new Point(0, 27); txtCaption1.Name = "txtCaption1"; txtCaption1.Size = new Size(125, 27); txtCaption1.TabIndex = 1; txtCaption1.Text = "時間"; txtCaption1.TextAlign = ContentAlignment.MiddleCenter; // // txtCaption0 // txtCaption0.BorderStyle = BorderStyle.FixedSingle; txtCaption0.Dock = DockStyle.Top; txtCaption0.FlatStyle = FlatStyle.Flat; txtCaption0.Location = new Point(0, 0); txtCaption0.Name = "txtCaption0"; txtCaption0.Size = new Size(125, 27); txtCaption0.TabIndex = 0; txtCaption0.Text = "日付"; txtCaption0.TextAlign = ContentAlignment.MiddleCenter; // // pnlPageHeader // pnlPageHeader.Controls.Add(label21); pnlPageHeader.Controls.Add(label2); pnlPageHeader.Controls.Add(label1); pnlPageHeader.Dock = DockStyle.Top; pnlPageHeader.Location = new Point(5, 5); pnlPageHeader.Name = "pnlPageHeader"; pnlPageHeader.Size = new Size(1058, 69); pnlPageHeader.TabIndex = 2; // // label21 // label21.AutoSize = true; label21.Location = new Point(904, 41); label21.Name = "label21"; label21.Size = new Size(134, 15); label21.TabIndex = 2; label21.Text = "yyyy/MM/dd HH:mm:ss"; // // label2 // label2.AutoSize = true; label2.Location = new Point(843, 41); label2.Name = "label2"; label2.Size = new Size(55, 15); label2.TabIndex = 1; label2.Text = "出力日時"; // // label1 // label1.Font = new Font("Yu Gothic UI", 18F); label1.Location = new Point(331, 21); label1.Name = "label1"; label1.Size = new Size(318, 35); label1.TabIndex = 0; label1.Text = "売掛発生確認表"; label1.TextAlign = ContentAlignment.MiddleCenter; // // tabPage2 // tabPage2.Controls.Add(dataGridView1); tabPage2.Location = new Point(4, 24); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(1114, 607); tabPage2.TabIndex = 1; tabPage2.Text = "一覧式"; tabPage2.UseVisualStyleBackColor = true; // // dataGridView1 // dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = SystemColors.Control; dataGridViewCellStyle1.Font = new Font("游ゴシック", 9.75F, FontStyle.Bold | FontStyle.Italic); dataGridViewCellStyle1.ForeColor = SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True; dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Dock = DockStyle.Fill; dataGridView1.Location = new Point(3, 3); dataGridView1.Name = "dataGridView1"; dataGridView1.Size = new Size(1108, 601); dataGridView1.TabIndex = 0; // // tabPage3 // tabPage3.Controls.Add(printPreviewControl1); tabPage3.Location = new Point(4, 24); tabPage3.Name = "tabPage3"; tabPage3.Size = new Size(1114, 607); tabPage3.TabIndex = 2; tabPage3.Text = "PreView"; tabPage3.UseVisualStyleBackColor = true; // // printPreviewControl1 // printPreviewControl1.Dock = DockStyle.Fill; printPreviewControl1.Location = new Point(0, 0); printPreviewControl1.Name = "printPreviewControl1"; printPreviewControl1.Size = new Size(1114, 607); printPreviewControl1.TabIndex = 0; // // FormReport // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1126, 717); Controls.Add(panel2); Controls.Add(panel1); Name = "FormReport"; StartPosition = FormStartPosition.CenterScreen; Text = "FormReport"; Load += FormReport_Load; panel1.ResumeLayout(false); panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit(); panel2.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); pnlPaper.ResumeLayout(false); panel5.ResumeLayout(false); pnlDetail.ResumeLayout(false); panel11.ResumeLayout(false); panel12.ResumeLayout(false); panel13.ResumeLayout(false); pnlGroupHeader.ResumeLayout(false); panel10.ResumeLayout(false); panel9.ResumeLayout(false); panel8.ResumeLayout(false); pnlPageHeader.ResumeLayout(false); pnlPageHeader.PerformLayout(); tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); tabPage3.ResumeLayout(false); ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Panel pnlPaper; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel pnlGroupHeader; private System.Windows.Forms.Panel pnlPageHeader; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel pnlDetail; private System.Windows.Forms.Button txtField9; private System.Windows.Forms.Panel panel11; private System.Windows.Forms.Label txtField8; private System.Windows.Forms.Label txtField7; private System.Windows.Forms.Label txtField6; private System.Windows.Forms.Panel panel12; private System.Windows.Forms.Label txtField5; private System.Windows.Forms.Label txtField4; private System.Windows.Forms.Label txtField3; private System.Windows.Forms.Button txtField2; private System.Windows.Forms.Panel panel13; private System.Windows.Forms.Label txtField1; private System.Windows.Forms.Label txtField0; private System.Windows.Forms.Button txtCaption9; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.Label txtCaption8; private System.Windows.Forms.Label txtCaption7; private System.Windows.Forms.Label txtCaption6; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.Label txtCaption5; private System.Windows.Forms.Label txtCaption4; private System.Windows.Forms.Label txtCaption3; private System.Windows.Forms.Button txtCaption2; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Label txtCaption1; private System.Windows.Forms.Label txtCaption0; private System.Windows.Forms.Label label21; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.PrintPreviewControl printPreviewControl1; } }