446 lines
24 KiB
C#
446 lines
24 KiB
C#
namespace FPJ0000
|
|
{
|
|
partial class rPartList
|
|
{
|
|
/// <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.Windows.Forms.Label pdateLabel;
|
|
System.Windows.Forms.Label requestLabel;
|
|
System.Windows.Forms.Label reqstaffLabel;
|
|
System.Windows.Forms.Label sdateLabel;
|
|
System.Windows.Forms.Label edateLabel;
|
|
System.Windows.Forms.Label odateLabel;
|
|
System.Windows.Forms.Label statusLabel;
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
|
this.dsPRJ = new FPJ0000.dsPRJ();
|
|
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
|
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
|
|
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.idxTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.pdateTextBox = new System.Windows.Forms.TextBox();
|
|
this.requestTextBox = new System.Windows.Forms.TextBox();
|
|
this.reqstaffTextBox = new System.Windows.Forms.TextBox();
|
|
this.sdateTextBox = new System.Windows.Forms.TextBox();
|
|
this.edateTextBox = new System.Windows.Forms.TextBox();
|
|
this.odateTextBox = new System.Windows.Forms.TextBox();
|
|
this.statusTextBox = new System.Windows.Forms.TextBox();
|
|
this.dsReport1 = new FPJ0000.dsReport();
|
|
this.bsSummary = new System.Windows.Forms.BindingSource(this.components);
|
|
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
|
pdateLabel = new System.Windows.Forms.Label();
|
|
requestLabel = new System.Windows.Forms.Label();
|
|
reqstaffLabel = new System.Windows.Forms.Label();
|
|
sdateLabel = new System.Windows.Forms.Label();
|
|
edateLabel = new System.Windows.Forms.Label();
|
|
odateLabel = new System.Windows.Forms.Label();
|
|
statusLabel = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
|
this.cm1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsReport1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsSummary)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pdateLabel
|
|
//
|
|
pdateLabel.AutoSize = true;
|
|
pdateLabel.Location = new System.Drawing.Point(23, 43);
|
|
pdateLabel.Name = "pdateLabel";
|
|
pdateLabel.Size = new System.Drawing.Size(41, 12);
|
|
pdateLabel.TabIndex = 4;
|
|
pdateLabel.Text = "기표일";
|
|
//
|
|
// requestLabel
|
|
//
|
|
requestLabel.AutoSize = true;
|
|
requestLabel.Location = new System.Drawing.Point(330, 15);
|
|
requestLabel.Name = "requestLabel";
|
|
requestLabel.Size = new System.Drawing.Size(53, 12);
|
|
requestLabel.TabIndex = 6;
|
|
requestLabel.Text = "요청부서";
|
|
//
|
|
// reqstaffLabel
|
|
//
|
|
reqstaffLabel.AutoSize = true;
|
|
reqstaffLabel.Location = new System.Drawing.Point(330, 42);
|
|
reqstaffLabel.Name = "reqstaffLabel";
|
|
reqstaffLabel.Size = new System.Drawing.Size(53, 12);
|
|
reqstaffLabel.TabIndex = 8;
|
|
reqstaffLabel.Text = "부서담당";
|
|
//
|
|
// sdateLabel
|
|
//
|
|
sdateLabel.AutoSize = true;
|
|
sdateLabel.Location = new System.Drawing.Point(178, 42);
|
|
sdateLabel.Name = "sdateLabel";
|
|
sdateLabel.Size = new System.Drawing.Size(41, 12);
|
|
sdateLabel.TabIndex = 10;
|
|
sdateLabel.Text = "시작일";
|
|
//
|
|
// edateLabel
|
|
//
|
|
edateLabel.AutoSize = true;
|
|
edateLabel.Location = new System.Drawing.Point(178, 69);
|
|
edateLabel.Name = "edateLabel";
|
|
edateLabel.Size = new System.Drawing.Size(41, 12);
|
|
edateLabel.TabIndex = 12;
|
|
edateLabel.Text = "완료일";
|
|
//
|
|
// odateLabel
|
|
//
|
|
odateLabel.AutoSize = true;
|
|
odateLabel.Location = new System.Drawing.Point(35, 69);
|
|
odateLabel.Name = "odateLabel";
|
|
odateLabel.Size = new System.Drawing.Size(29, 12);
|
|
odateLabel.TabIndex = 14;
|
|
odateLabel.Text = "출고";
|
|
//
|
|
// statusLabel
|
|
//
|
|
statusLabel.AutoSize = true;
|
|
statusLabel.Location = new System.Drawing.Point(354, 69);
|
|
statusLabel.Name = "statusLabel";
|
|
statusLabel.Size = new System.Drawing.Size(29, 12);
|
|
statusLabel.TabIndex = 22;
|
|
statusLabel.Text = "상태";
|
|
//
|
|
// dsPRJ
|
|
//
|
|
this.dsPRJ.DataSetName = "dsPRJ";
|
|
this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// fpSpread1
|
|
//
|
|
this.fpSpread1.AccessibleDescription = "";
|
|
this.fpSpread1.ContextMenuStrip = this.cm1;
|
|
this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fpSpread1.Location = new System.Drawing.Point(0, 97);
|
|
this.fpSpread1.Name = "fpSpread1";
|
|
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
|
|
this.fpSpread1_Sheet1});
|
|
this.fpSpread1.Size = new System.Drawing.Size(978, 594);
|
|
this.fpSpread1.StatusBarVisible = true;
|
|
this.fpSpread1.TabIndex = 6;
|
|
//
|
|
// cm1
|
|
//
|
|
this.cm1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.exportListToolStripMenuItem});
|
|
this.cm1.Name = "cm1";
|
|
this.cm1.Size = new System.Drawing.Size(243, 46);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(239, 6);
|
|
//
|
|
// exportListToolStripMenuItem
|
|
//
|
|
this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem";
|
|
this.exportListToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
|
|
this.exportListToolStripMenuItem.Text = "목록 내보내기";
|
|
this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click);
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// taPart
|
|
//
|
|
this.taPart.ClearBeforeFill = true;
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Projects";
|
|
this.bs.DataSource = this.dsPRJ;
|
|
this.bs.Sort = "";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.idxTextBox);
|
|
this.panel1.Controls.Add(this.nameTextBox);
|
|
this.panel1.Controls.Add(pdateLabel);
|
|
this.panel1.Controls.Add(this.pdateTextBox);
|
|
this.panel1.Controls.Add(requestLabel);
|
|
this.panel1.Controls.Add(this.requestTextBox);
|
|
this.panel1.Controls.Add(reqstaffLabel);
|
|
this.panel1.Controls.Add(this.reqstaffTextBox);
|
|
this.panel1.Controls.Add(sdateLabel);
|
|
this.panel1.Controls.Add(this.sdateTextBox);
|
|
this.panel1.Controls.Add(edateLabel);
|
|
this.panel1.Controls.Add(this.edateTextBox);
|
|
this.panel1.Controls.Add(odateLabel);
|
|
this.panel1.Controls.Add(this.odateTextBox);
|
|
this.panel1.Controls.Add(statusLabel);
|
|
this.panel1.Controls.Add(this.statusTextBox);
|
|
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(978, 97);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(588, 12);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(98, 75);
|
|
this.button1.TabIndex = 26;
|
|
this.button1.Text = "새로고침(&R)";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// idxTextBox
|
|
//
|
|
this.idxTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
|
|
this.idxTextBox.Location = new System.Drawing.Point(24, 12);
|
|
this.idxTextBox.Name = "idxTextBox";
|
|
this.idxTextBox.ReadOnly = true;
|
|
this.idxTextBox.Size = new System.Drawing.Size(40, 21);
|
|
this.idxTextBox.TabIndex = 1;
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "name", true));
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(70, 12);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(246, 21);
|
|
this.nameTextBox.TabIndex = 3;
|
|
//
|
|
// pdateTextBox
|
|
//
|
|
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true));
|
|
this.pdateTextBox.Enabled = false;
|
|
this.pdateTextBox.Location = new System.Drawing.Point(70, 39);
|
|
this.pdateTextBox.Name = "pdateTextBox";
|
|
this.pdateTextBox.Size = new System.Drawing.Size(92, 21);
|
|
this.pdateTextBox.TabIndex = 5;
|
|
this.pdateTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// requestTextBox
|
|
//
|
|
this.requestTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "process", true));
|
|
this.requestTextBox.Enabled = false;
|
|
this.requestTextBox.Location = new System.Drawing.Point(396, 12);
|
|
this.requestTextBox.Name = "requestTextBox";
|
|
this.requestTextBox.Size = new System.Drawing.Size(186, 21);
|
|
this.requestTextBox.TabIndex = 7;
|
|
//
|
|
// reqstaffTextBox
|
|
//
|
|
this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
|
|
this.reqstaffTextBox.Enabled = false;
|
|
this.reqstaffTextBox.Location = new System.Drawing.Point(396, 39);
|
|
this.reqstaffTextBox.Name = "reqstaffTextBox";
|
|
this.reqstaffTextBox.Size = new System.Drawing.Size(186, 21);
|
|
this.reqstaffTextBox.TabIndex = 9;
|
|
//
|
|
// sdateTextBox
|
|
//
|
|
this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
|
|
this.sdateTextBox.Enabled = false;
|
|
this.sdateTextBox.Location = new System.Drawing.Point(224, 39);
|
|
this.sdateTextBox.Name = "sdateTextBox";
|
|
this.sdateTextBox.Size = new System.Drawing.Size(92, 21);
|
|
this.sdateTextBox.TabIndex = 11;
|
|
this.sdateTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// edateTextBox
|
|
//
|
|
this.edateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
|
|
this.edateTextBox.Enabled = false;
|
|
this.edateTextBox.Location = new System.Drawing.Point(224, 66);
|
|
this.edateTextBox.Name = "edateTextBox";
|
|
this.edateTextBox.Size = new System.Drawing.Size(92, 21);
|
|
this.edateTextBox.TabIndex = 13;
|
|
this.edateTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// odateTextBox
|
|
//
|
|
this.odateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
|
|
this.odateTextBox.Enabled = false;
|
|
this.odateTextBox.Location = new System.Drawing.Point(70, 66);
|
|
this.odateTextBox.Name = "odateTextBox";
|
|
this.odateTextBox.Size = new System.Drawing.Size(92, 21);
|
|
this.odateTextBox.TabIndex = 15;
|
|
this.odateTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// statusTextBox
|
|
//
|
|
this.statusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "status", true));
|
|
this.statusTextBox.Enabled = false;
|
|
this.statusTextBox.Location = new System.Drawing.Point(396, 66);
|
|
this.statusTextBox.Name = "statusTextBox";
|
|
this.statusTextBox.Size = new System.Drawing.Size(186, 21);
|
|
this.statusTextBox.TabIndex = 23;
|
|
this.statusTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// dsReport1
|
|
//
|
|
this.dsReport1.DataSetName = "dsReport";
|
|
this.dsReport1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// bsSummary
|
|
//
|
|
this.bsSummary.DataMember = "PartSummary";
|
|
this.bsSummary.DataSource = this.dsReport1;
|
|
this.bsSummary.Sort = "";
|
|
//
|
|
// fpSpread1_Sheet1
|
|
//
|
|
this.fpSpread1_Sheet1.Reset();
|
|
this.fpSpread1_Sheet1.SheetName = "Sheet1";
|
|
// Formulas and custom names must be loaded with R1C1 reference style
|
|
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
|
|
this.fpSpread1_Sheet1.ColumnCount = 6;
|
|
this.fpSpread1_Sheet1.RowCount = 0;
|
|
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
|
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "중분류";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "소분류";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "공급처";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "금액";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "금액(N)";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "금액(구매신청)";
|
|
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 38F;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType4;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).Label = "중분류";
|
|
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(0).Width = 151F;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType5;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).Label = "소분류";
|
|
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(1).Width = 151F;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType6;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).Label = "공급처";
|
|
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(2).Width = 151F;
|
|
numberCellType4.DecimalPlaces = 0;
|
|
numberCellType4.MaximumValue = 999999999999999D;
|
|
numberCellType4.MinimumValue = -999999999999999D;
|
|
numberCellType4.NegativeRed = true;
|
|
numberCellType4.ShowSeparator = true;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType4;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).Label = "금액";
|
|
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(3).Width = 120F;
|
|
numberCellType5.DecimalPlaces = 0;
|
|
numberCellType5.MaximumValue = 10000000D;
|
|
numberCellType5.MinimumValue = -10000000D;
|
|
numberCellType5.NegativeRed = true;
|
|
numberCellType5.ShowSeparator = true;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).CellType = numberCellType5;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).Label = "금액(N)";
|
|
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(4).Width = 120F;
|
|
numberCellType6.DecimalPlaces = 0;
|
|
numberCellType6.MaximumValue = 10000000D;
|
|
numberCellType6.MinimumValue = -10000000D;
|
|
numberCellType6.NegativeRed = true;
|
|
numberCellType6.ShowSeparator = true;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).CellType = numberCellType6;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).Label = "금액(구매신청)";
|
|
this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
|
this.fpSpread1_Sheet1.Columns.Get(5).Width = 120F;
|
|
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
|
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
|
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
|
//
|
|
// rPartList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(978, 691);
|
|
this.Controls.Add(this.fpSpread1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "rPartList";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "비용 요약";
|
|
this.Load += new System.EventHandler(this.fRPartList_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
|
this.cm1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsReport1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsSummary)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private dsPRJ dsPRJ;
|
|
private FarPoint.Win.Spread.FpSpread fpSpread1;
|
|
private dsPRJTableAdapters.ProjectsTableAdapter ta;
|
|
private dsPRJTableAdapters.ProjectsPartTableAdapter taPart;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox idxTextBox;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.TextBox pdateTextBox;
|
|
private System.Windows.Forms.TextBox requestTextBox;
|
|
private System.Windows.Forms.TextBox reqstaffTextBox;
|
|
private System.Windows.Forms.TextBox sdateTextBox;
|
|
private System.Windows.Forms.TextBox edateTextBox;
|
|
private System.Windows.Forms.TextBox odateTextBox;
|
|
private System.Windows.Forms.TextBox statusTextBox;
|
|
private dsReport dsReport1;
|
|
private System.Windows.Forms.BindingSource bsSummary;
|
|
private System.Windows.Forms.ContextMenuStrip cm1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem exportListToolStripMenuItem;
|
|
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
|
}
|
|
} |