265 lines
10 KiB
C#
265 lines
10 KiB
C#
namespace ControlAgent
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
|
|
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
|
|
lblPCName = new Label();
|
|
lblMac = new Label();
|
|
grdDataList = new DataGridView();
|
|
Col0 = new DataGridViewTextBoxColumn();
|
|
Col1 = new DataGridViewTextBoxColumn();
|
|
Col2 = new DataGridViewTextBoxColumn();
|
|
Col3 = new DataGridViewTextBoxColumn();
|
|
Col4 = new DataGridViewTextBoxColumn();
|
|
Col5 = new DataGridViewTextBoxColumn();
|
|
Col6 = new DataGridViewTextBoxColumn();
|
|
panel1 = new Panel();
|
|
lblTime = new Label();
|
|
lblDate = new Label();
|
|
imgLogo = new PictureBox();
|
|
lblLogo = new Label();
|
|
lblTitle = new Label();
|
|
lblPageIndicator = new Label();
|
|
lblDataUpdateTime = new Label();
|
|
((System.ComponentModel.ISupportInitialize)grdDataList).BeginInit();
|
|
panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)imgLogo).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// lblPCName
|
|
//
|
|
lblPCName.Location = new Point(226, 57);
|
|
lblPCName.Name = "lblPCName";
|
|
lblPCName.Size = new Size(219, 39);
|
|
lblPCName.TabIndex = 0;
|
|
//
|
|
// lblMac
|
|
//
|
|
lblMac.Location = new Point(226, 141);
|
|
lblMac.Name = "lblMac";
|
|
lblMac.Size = new Size(219, 39);
|
|
lblMac.TabIndex = 1;
|
|
//
|
|
// grdDataList
|
|
//
|
|
dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.BackColor = SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new Font("맑은 고딕", 12F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
dataGridViewCellStyle1.ForeColor = SystemColors.WindowText;
|
|
dataGridViewCellStyle1.SelectionBackColor = SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True;
|
|
grdDataList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
grdDataList.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
grdDataList.Columns.AddRange(new DataGridViewColumn[] { Col0, Col1, Col2, Col3, Col4, Col5, Col6 });
|
|
grdDataList.Location = new Point(0, 146);
|
|
grdDataList.Name = "grdDataList";
|
|
grdDataList.RowHeadersWidth = 51;
|
|
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
|
|
grdDataList.RowsDefaultCellStyle = dataGridViewCellStyle2;
|
|
grdDataList.Size = new Size(1412, 585);
|
|
grdDataList.TabIndex = 2;
|
|
//
|
|
// Col0
|
|
//
|
|
Col0.HeaderText = "경매일자";
|
|
Col0.MinimumWidth = 6;
|
|
Col0.Name = "Col0";
|
|
Col0.Width = 200;
|
|
//
|
|
// Col1
|
|
//
|
|
Col1.HeaderText = "품목명";
|
|
Col1.MinimumWidth = 6;
|
|
Col1.Name = "Col1";
|
|
Col1.Width = 200;
|
|
//
|
|
// Col2
|
|
//
|
|
Col2.HeaderText = "산지";
|
|
Col2.MinimumWidth = 6;
|
|
Col2.Name = "Col2";
|
|
Col2.Width = 200;
|
|
//
|
|
// Col3
|
|
//
|
|
Col3.HeaderText = "전체수량";
|
|
Col3.MinimumWidth = 6;
|
|
Col3.Name = "Col3";
|
|
Col3.Width = 200;
|
|
//
|
|
// Col4
|
|
//
|
|
Col4.HeaderText = "정가수의 수량";
|
|
Col4.MinimumWidth = 6;
|
|
Col4.Name = "Col4";
|
|
Col4.Width = 200;
|
|
//
|
|
// Col5
|
|
//
|
|
Col5.HeaderText = "전체물량";
|
|
Col5.MinimumWidth = 6;
|
|
Col5.Name = "Col5";
|
|
Col5.Width = 200;
|
|
//
|
|
// Col6
|
|
//
|
|
Col6.HeaderText = "정가수의 물량";
|
|
Col6.MinimumWidth = 6;
|
|
Col6.Name = "Col6";
|
|
Col6.Width = 200;
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.BackColor = SystemColors.Highlight;
|
|
panel1.Controls.Add(lblTime);
|
|
panel1.Controls.Add(lblDate);
|
|
panel1.Controls.Add(imgLogo);
|
|
panel1.Controls.Add(lblLogo);
|
|
panel1.Controls.Add(lblTitle);
|
|
panel1.Location = new Point(0, 0);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(1412, 120);
|
|
panel1.TabIndex = 4;
|
|
//
|
|
// lblTime
|
|
//
|
|
lblTime.BackColor = SystemColors.ControlDarkDark;
|
|
lblTime.Font = new Font("맑은 고딕", 24F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
lblTime.ForeColor = SystemColors.HighlightText;
|
|
lblTime.Location = new Point(1215, 47);
|
|
lblTime.Name = "lblTime";
|
|
lblTime.Size = new Size(169, 66);
|
|
lblTime.TabIndex = 9;
|
|
lblTime.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblDate
|
|
//
|
|
lblDate.BackColor = SystemColors.ControlDarkDark;
|
|
lblDate.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
lblDate.ForeColor = SystemColors.HighlightText;
|
|
lblDate.Location = new Point(1215, 20);
|
|
lblDate.Name = "lblDate";
|
|
lblDate.Size = new Size(169, 27);
|
|
lblDate.TabIndex = 8;
|
|
lblDate.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// imgLogo
|
|
//
|
|
imgLogo.Location = new Point(20, 38);
|
|
imgLogo.Name = "imgLogo";
|
|
imgLogo.Size = new Size(52, 43);
|
|
imgLogo.TabIndex = 6;
|
|
imgLogo.TabStop = false;
|
|
//
|
|
// lblLogo
|
|
//
|
|
lblLogo.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
lblLogo.ForeColor = SystemColors.HighlightText;
|
|
lblLogo.Location = new Point(91, 0);
|
|
lblLogo.Name = "lblLogo";
|
|
lblLogo.Size = new Size(172, 120);
|
|
lblLogo.TabIndex = 5;
|
|
lblLogo.Text = "수협중앙회";
|
|
lblLogo.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblTitle
|
|
//
|
|
lblTitle.Font = new Font("맑은 고딕", 25.8000011F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
lblTitle.ForeColor = SystemColors.HighlightText;
|
|
lblTitle.Location = new Point(0, 0);
|
|
lblTitle.Name = "lblTitle";
|
|
lblTitle.Size = new Size(1412, 120);
|
|
lblTitle.TabIndex = 4;
|
|
lblTitle.Text = "정가·수의매매 출하정보";
|
|
lblTitle.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblPageIndicator
|
|
//
|
|
lblPageIndicator.Dock = DockStyle.Bottom;
|
|
lblPageIndicator.Font = new Font("맑은 고딕", 7.8F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
lblPageIndicator.ForeColor = SystemColors.HotTrack;
|
|
lblPageIndicator.Location = new Point(0, 734);
|
|
lblPageIndicator.Name = "lblPageIndicator";
|
|
lblPageIndicator.Size = new Size(1412, 19);
|
|
lblPageIndicator.TabIndex = 5;
|
|
lblPageIndicator.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblDataUpdateTime
|
|
//
|
|
lblDataUpdateTime.Font = new Font("맑은 고딕", 9F, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
lblDataUpdateTime.Location = new Point(5, 124);
|
|
lblDataUpdateTime.Name = "lblDataUpdateTime";
|
|
lblDataUpdateTime.Size = new Size(306, 19);
|
|
lblDataUpdateTime.TabIndex = 6;
|
|
lblDataUpdateTime.Text = " ";
|
|
lblDataUpdateTime.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(9F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1412, 753);
|
|
Controls.Add(lblDataUpdateTime);
|
|
Controls.Add(lblPageIndicator);
|
|
Controls.Add(panel1);
|
|
Controls.Add(grdDataList);
|
|
Controls.Add(lblMac);
|
|
Controls.Add(lblPCName);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)grdDataList).EndInit();
|
|
panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)imgLogo).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label lblPCName;
|
|
private Label lblMac;
|
|
private DataGridView grdDataList;
|
|
private DataGridViewTextBoxColumn Col0;
|
|
private DataGridViewTextBoxColumn Col1;
|
|
private DataGridViewTextBoxColumn Col2;
|
|
private DataGridViewTextBoxColumn Col3;
|
|
private DataGridViewTextBoxColumn Col4;
|
|
private DataGridViewTextBoxColumn Col5;
|
|
private DataGridViewTextBoxColumn Col6;
|
|
private Panel panel1;
|
|
private Label lblTitle;
|
|
private Label lblLogo;
|
|
private PictureBox imgLogo;
|
|
private Label lblDate;
|
|
private Label lblTime;
|
|
private Label lblPageIndicator;
|
|
private Label lblDataUpdateTime;
|
|
}
|
|
} |