WinForm

    xiaoxiao2022-07-06  208

    namespace RP { partial class Home { /// <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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.tsmeuGetInfor = new System.Windows.Forms.ToolStripMenuItem(); this.tsmeuControl = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmeuGetInfor, this.tsmeuControl}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1134, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // tsmeuGetInfor // this.tsmeuGetInfor.Name = "tsmeuGetInfor"; this.tsmeuGetInfor.Size = new System.Drawing.Size(68, 20); this.tsmeuGetInfor.Text = "領取頁面"; this.tsmeuGetInfor.Click += new System.EventHandler(this.tsmeuGetInfor_Click); // // tsmeuControl // this.tsmeuControl.Name = "tsmeuControl"; this.tsmeuControl.Size = new System.Drawing.Size(68, 20); this.tsmeuControl.Text = "領取管控"; this.tsmeuControl.Click += new System.EventHandler(this.tsmeuControl_Click); // // Home // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1134, 612); this.Controls.Add(this.menuStrip1); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip1; this.Name = "Home"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Home"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmeuGetInfor; private System.Windows.Forms.ToolStripMenuItem tsmeuControl; } }

     

     

    namespace RP { partial class Manual { /// <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.label1 = new System.Windows.Forms.Label(); this.txtWorkId = new System.Windows.Forms.TextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.lbWait = new System.Windows.Forms.Label(); this.txtWait = new System.Windows.Forms.TextBox(); this.lbAlready = new System.Windows.Forms.Label(); this.txtAlready = new System.Windows.Forms.TextBox(); this.btnGet = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("新細明體", 10F); this.label1.Location = new System.Drawing.Point(43, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 14); this.label1.TabIndex = 0; this.label1.Text = "工號"; // // txtWorkId // this.txtWorkId.Font = new System.Drawing.Font("新細明體", 10F); this.txtWorkId.Location = new System.Drawing.Point(96, 26); this.txtWorkId.Name = "txtWorkId"; this.txtWorkId.Size = new System.Drawing.Size(160, 23); this.txtWorkId.TabIndex = 1; this.txtWorkId.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(46, 116); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 24; this.dataGridView1.Size = new System.Drawing.Size(751, 409); this.dataGridView1.TabIndex = 2; // // lbWait // this.lbWait.AutoSize = true; this.lbWait.Font = new System.Drawing.Font("新細明體", 10F); this.lbWait.Location = new System.Drawing.Point(45, 78); this.lbWait.Name = "lbWait"; this.lbWait.Size = new System.Drawing.Size(77, 14); this.lbWait.TabIndex = 3; this.lbWait.Text = "待領取匯總"; // // txtWait // this.txtWait.Font = new System.Drawing.Font("新細明體", 10F); this.txtWait.Location = new System.Drawing.Point(128, 75); this.txtWait.Name = "txtWait"; this.txtWait.Size = new System.Drawing.Size(256, 23); this.txtWait.TabIndex = 4; // // lbAlready // this.lbAlready.AutoSize = true; this.lbAlready.Font = new System.Drawing.Font("新細明體", 10F); this.lbAlready.Location = new System.Drawing.Point(468, 78); this.lbAlready.Name = "lbAlready"; this.lbAlready.Size = new System.Drawing.Size(77, 14); this.lbAlready.TabIndex = 5; this.lbAlready.Text = "已領取匯總"; // // txtAlready // this.txtAlready.Font = new System.Drawing.Font("新細明體", 10F); this.txtAlready.Location = new System.Drawing.Point(572, 75); this.txtAlready.Name = "txtAlready"; this.txtAlready.Size = new System.Drawing.Size(225, 23); this.txtAlready.TabIndex = 6; // // btnGet // this.btnGet.Font = new System.Drawing.Font("新細明體", 10F); this.btnGet.Location = new System.Drawing.Point(685, 29); this.btnGet.Name = "btnGet"; this.btnGet.Size = new System.Drawing.Size(112, 23); this.btnGet.TabIndex = 7; this.btnGet.Text = "手動領取"; this.btnGet.UseVisualStyleBackColor = true; // // button1 // this.button1.Font = new System.Drawing.Font("新細明體", 10F); this.button1.Location = new System.Drawing.Point(309, 24); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 8; this.button1.Text = "查詢"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Manual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 612); this.Controls.Add(this.button1); this.Controls.Add(this.btnGet); this.Controls.Add(this.txtAlready); this.Controls.Add(this.lbAlready); this.Controls.Add(this.txtWait); this.Controls.Add(this.lbWait); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.txtWorkId); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("新細明體", 9F); this.Name = "Manual"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "manual"; this.Load += new System.EventHandler(this.Manual_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtWorkId; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label lbWait; private System.Windows.Forms.TextBox txtWait; private System.Windows.Forms.Label lbAlready; private System.Windows.Forms.TextBox txtAlready; private System.Windows.Forms.Button btnGet; private System.Windows.Forms.Button button1; } }

     

     

    namespace RP { partial class UserControl1 { /// <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.btnChoose = new System.Windows.Forms.Button(); this.txtFile = new System.Windows.Forms.TextBox(); this.btnSubmit = new System.Windows.Forms.Button(); this.lbWorkId = new System.Windows.Forms.Label(); this.txtWorkId = new System.Windows.Forms.TextBox(); this.lbDate = new System.Windows.Forms.Label(); this.txtDate = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.btnRemove = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.lbTip = new System.Windows.Forms.Label(); this.lblMessg = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // btnChoose // this.btnChoose.Location = new System.Drawing.Point(154, 29); this.btnChoose.Name = "btnChoose"; this.btnChoose.Size = new System.Drawing.Size(75, 23); this.btnChoose.TabIndex = 0; this.btnChoose.Text = "選擇文件"; this.btnChoose.UseVisualStyleBackColor = true; this.btnChoose.Click += new System.EventHandler(this.btnChoose_Click); // // txtFile // this.txtFile.Location = new System.Drawing.Point(245, 29); this.txtFile.Name = "txtFile"; this.txtFile.Size = new System.Drawing.Size(350, 22); this.txtFile.TabIndex = 1; // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(627, 29); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(75, 23); this.btnSubmit.TabIndex = 2; this.btnSubmit.Text = "提交文件"; this.btnSubmit.UseVisualStyleBackColor = true; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // lbWorkId // this.lbWorkId.AutoSize = true; this.lbWorkId.Location = new System.Drawing.Point(161, 113); this.lbWorkId.Name = "lbWorkId"; this.lbWorkId.Size = new System.Drawing.Size(29, 12); this.lbWorkId.TabIndex = 3; this.lbWorkId.Text = "工號"; // // txtWorkId // this.txtWorkId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtWorkId.ImeMode = System.Windows.Forms.ImeMode.Disable; this.txtWorkId.Location = new System.Drawing.Point(196, 110); this.txtWorkId.Name = "txtWorkId"; this.txtWorkId.Size = new System.Drawing.Size(100, 22); this.txtWorkId.TabIndex = 4; // // lbDate // this.lbDate.AutoSize = true; this.lbDate.Location = new System.Drawing.Point(321, 116); this.lbDate.Name = "lbDate"; this.lbDate.Size = new System.Drawing.Size(29, 12); this.lbDate.TabIndex = 5; this.lbDate.Text = "日期"; // // txtDate // this.txtDate.Location = new System.Drawing.Point(356, 111); this.txtDate.Name = "txtDate"; this.txtDate.Size = new System.Drawing.Size(100, 22); this.txtDate.TabIndex = 6; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(505, 110); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 7; this.btnSearch.Text = "查詢"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnRemove // this.btnRemove.Location = new System.Drawing.Point(615, 111); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(75, 23); this.btnRemove.TabIndex = 8; this.btnRemove.Text = "刪除"; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(59, 160); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 24; this.dataGridView1.Size = new System.Drawing.Size(953, 409); this.dataGridView1.TabIndex = 9; // // lbTip // this.lbTip.AutoSize = true; this.lbTip.Location = new System.Drawing.Point(730, 116); this.lbTip.Name = "lbTip"; this.lbTip.Size = new System.Drawing.Size(0, 12); this.lbTip.TabIndex = 10; // // lblMessg // this.lblMessg.AutoSize = true; this.lblMessg.Location = new System.Drawing.Point(182, 70); this.lblMessg.Name = "lblMessg"; this.lblMessg.Size = new System.Drawing.Size(0, 12); this.lblMessg.TabIndex = 11; // // UserControl1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1084, 562); this.Controls.Add(this.lblMessg); this.Controls.Add(this.lbTip); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.btnRemove); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtDate); this.Controls.Add(this.lbDate); this.Controls.Add(this.txtWorkId); this.Controls.Add(this.lbWorkId); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.txtFile); this.Controls.Add(this.btnChoose); this.Name = "UserControl1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "UserControl1"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnChoose; private System.Windows.Forms.TextBox txtFile; private System.Windows.Forms.Button btnSubmit; private System.Windows.Forms.Label lbWorkId; private System.Windows.Forms.TextBox txtWorkId; private System.Windows.Forms.Label lbDate; private System.Windows.Forms.TextBox txtDate; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Button btnRemove; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label lbTip; private System.Windows.Forms.Label lblMessg; } }

     

    最新回复(0)