2023-08-15 17:59:17 +08:00
|
|
|
|
namespace z01_WinAPP
|
|
|
|
|
{
|
|
|
|
|
partial class fmKeke
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
lbMsg = new System.Windows.Forms.Label();
|
|
|
|
|
loadData = new System.Windows.Forms.Button();
|
|
|
|
|
dataGridView1 = new System.Windows.Forms.DataGridView();
|
2023-09-18 01:49:00 +08:00
|
|
|
|
button1 = new System.Windows.Forms.Button();
|
2023-08-15 17:59:17 +08:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
|
|
|
|
splitContainer1.Panel1.SuspendLayout();
|
|
|
|
|
splitContainer1.Panel2.SuspendLayout();
|
|
|
|
|
splitContainer1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// splitContainer1
|
|
|
|
|
//
|
|
|
|
|
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
splitContainer1.Name = "splitContainer1";
|
|
|
|
|
splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
|
|
//
|
|
|
|
|
// splitContainer1.Panel1
|
|
|
|
|
//
|
2023-09-18 01:49:00 +08:00
|
|
|
|
splitContainer1.Panel1.Controls.Add(button1);
|
2023-08-15 17:59:17 +08:00
|
|
|
|
splitContainer1.Panel1.Controls.Add(lbMsg);
|
|
|
|
|
splitContainer1.Panel1.Controls.Add(loadData);
|
|
|
|
|
//
|
|
|
|
|
// splitContainer1.Panel2
|
|
|
|
|
//
|
|
|
|
|
splitContainer1.Panel2.Controls.Add(dataGridView1);
|
|
|
|
|
splitContainer1.Size = new System.Drawing.Size(1169, 658);
|
|
|
|
|
splitContainer1.SplitterDistance = 121;
|
|
|
|
|
splitContainer1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// lbMsg
|
|
|
|
|
//
|
|
|
|
|
lbMsg.AutoSize = true;
|
|
|
|
|
lbMsg.Location = new System.Drawing.Point(474, 76);
|
|
|
|
|
lbMsg.Name = "lbMsg";
|
|
|
|
|
lbMsg.Size = new System.Drawing.Size(219, 19);
|
|
|
|
|
lbMsg.TabIndex = 0;
|
|
|
|
|
lbMsg.Text = "Please Click \"loadData\" button";
|
|
|
|
|
//
|
|
|
|
|
// loadData
|
|
|
|
|
//
|
|
|
|
|
loadData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
loadData.Location = new System.Drawing.Point(463, 12);
|
|
|
|
|
loadData.Name = "loadData";
|
|
|
|
|
loadData.Size = new System.Drawing.Size(236, 42);
|
|
|
|
|
loadData.TabIndex = 0;
|
|
|
|
|
loadData.Text = "loadData";
|
|
|
|
|
loadData.UseVisualStyleBackColor = true;
|
|
|
|
|
loadData.Click += button1_Click;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView1
|
|
|
|
|
//
|
|
|
|
|
dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView1.Location = new System.Drawing.Point(177, 13);
|
|
|
|
|
dataGridView1.Name = "dataGridView1";
|
|
|
|
|
dataGridView1.RowHeadersWidth = 51;
|
|
|
|
|
dataGridView1.RowTemplate.Height = 29;
|
|
|
|
|
dataGridView1.Size = new System.Drawing.Size(819, 508);
|
|
|
|
|
dataGridView1.TabIndex = 0;
|
|
|
|
|
dataGridView1.CellContentClick += dataGridView1_CellContentClick;
|
|
|
|
|
//
|
2023-09-18 01:49:00 +08:00
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
button1.Location = new System.Drawing.Point(238, 32);
|
|
|
|
|
button1.Name = "button1";
|
|
|
|
|
button1.Size = new System.Drawing.Size(94, 29);
|
|
|
|
|
button1.TabIndex = 1;
|
|
|
|
|
button1.Text = "button1";
|
|
|
|
|
button1.UseVisualStyleBackColor = true;
|
|
|
|
|
button1.Click += button1_Click_1;
|
|
|
|
|
//
|
2023-08-15 17:59:17 +08:00
|
|
|
|
// fmKeke
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|
|
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new System.Drawing.Size(1169, 658);
|
|
|
|
|
Controls.Add(splitContainer1);
|
|
|
|
|
Name = "fmKeke";
|
|
|
|
|
Text = "fmKeke";
|
|
|
|
|
Load += fmKeke_Load;
|
|
|
|
|
splitContainer1.Panel1.ResumeLayout(false);
|
|
|
|
|
splitContainer1.Panel1.PerformLayout();
|
|
|
|
|
splitContainer1.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
|
|
|
|
splitContainer1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
|
private System.Windows.Forms.Button loadData;
|
|
|
|
|
private System.Windows.Forms.Label lbMsg;
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
2023-09-18 01:49:00 +08:00
|
|
|
|
private System.Windows.Forms.Button button1;
|
2023-08-15 17:59:17 +08:00
|
|
|
|
}
|
|
|
|
|
}
|