namespace ExternalDataSync { partial class F_StationManage { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_StationManage)); this.btn_Station_Add = new System.Windows.Forms.Button(); this.btn_Station_Update = new System.Windows.Forms.Button(); this.btn_Station_Delete = new System.Windows.Forms.Button(); this.dgv_Station = new System.Windows.Forms.DataGridView(); this.cmb_Area = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.工位代码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.工位号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.工位名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.是否启用MES = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.工序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.工序名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLC = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.区域代码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.机床类型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Station)).BeginInit(); this.SuspendLayout(); // // btn_Station_Add // this.btn_Station_Add.Font = new System.Drawing.Font("宋体", 10F); this.btn_Station_Add.Location = new System.Drawing.Point(239, 6); this.btn_Station_Add.Name = "btn_Station_Add"; this.btn_Station_Add.Size = new System.Drawing.Size(53, 28); this.btn_Station_Add.TabIndex = 47; this.btn_Station_Add.Text = "增加"; this.btn_Station_Add.UseVisualStyleBackColor = true; this.btn_Station_Add.Click += new System.EventHandler(this.btn_Station_Add_Click); // // btn_Station_Update // this.btn_Station_Update.Font = new System.Drawing.Font("宋体", 10F); this.btn_Station_Update.Location = new System.Drawing.Point(298, 6); this.btn_Station_Update.Name = "btn_Station_Update"; this.btn_Station_Update.Size = new System.Drawing.Size(53, 28); this.btn_Station_Update.TabIndex = 47; this.btn_Station_Update.Text = "修改"; this.btn_Station_Update.UseVisualStyleBackColor = true; this.btn_Station_Update.Click += new System.EventHandler(this.btn_Station_Update_Click); // // btn_Station_Delete // this.btn_Station_Delete.Font = new System.Drawing.Font("宋体", 10F); this.btn_Station_Delete.Location = new System.Drawing.Point(357, 7); this.btn_Station_Delete.Name = "btn_Station_Delete"; this.btn_Station_Delete.Size = new System.Drawing.Size(53, 28); this.btn_Station_Delete.TabIndex = 47; this.btn_Station_Delete.Text = "删除"; this.btn_Station_Delete.UseVisualStyleBackColor = true; this.btn_Station_Delete.Click += new System.EventHandler(this.btn_Station_Delete_Click); // // dgv_Station // this.dgv_Station.AllowUserToAddRows = false; this.dgv_Station.AllowUserToDeleteRows = false; this.dgv_Station.AllowUserToResizeColumns = false; this.dgv_Station.AllowUserToResizeRows = false; this.dgv_Station.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.dgv_Station.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_Station.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.工位代码, this.工位号, this.工位名称, this.是否启用MES, this.工序号, this.工序名称, this.PLC, this.区域代码, this.机床类型}); this.dgv_Station.Location = new System.Drawing.Point(8, 41); this.dgv_Station.Name = "dgv_Station"; this.dgv_Station.ReadOnly = true; this.dgv_Station.RowHeadersVisible = false; this.dgv_Station.RowTemplate.Height = 23; this.dgv_Station.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_Station.Size = new System.Drawing.Size(1076, 572); this.dgv_Station.TabIndex = 52; this.dgv_Station.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Station_CellClick); // // cmb_Area // this.cmb_Area.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_Area.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmb_Area.FormattingEnabled = true; this.cmb_Area.Location = new System.Drawing.Point(85, 8); this.cmb_Area.Name = "cmb_Area"; this.cmb_Area.Size = new System.Drawing.Size(125, 24); this.cmb_Area.TabIndex = 56; this.cmb_Area.SelectedIndexChanged += new System.EventHandler(this.cmb_Area_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 16); this.label1.TabIndex = 55; this.label1.Text = "区域代码"; // // ID // this.ID.DataPropertyName = "ID"; this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Visible = false; // // 工位代码 // this.工位代码.DataPropertyName = "工位代码"; this.工位代码.HeaderText = "工位代码"; this.工位代码.Name = "工位代码"; this.工位代码.ReadOnly = true; this.工位代码.Visible = false; this.工位代码.Width = 80; // // 工位号 // this.工位号.DataPropertyName = "工位号"; this.工位号.HeaderText = "工位号"; this.工位号.Name = "工位号"; this.工位号.ReadOnly = true; this.工位号.Width = 80; // // 工位名称 // this.工位名称.DataPropertyName = "工位名称"; this.工位名称.HeaderText = "工位名称"; this.工位名称.Name = "工位名称"; this.工位名称.ReadOnly = true; this.工位名称.Width = 200; // // 是否启用MES // this.是否启用MES.DataPropertyName = "是否启用MES"; this.是否启用MES.HeaderText = "是否启用MES"; this.是否启用MES.Name = "是否启用MES"; this.是否启用MES.ReadOnly = true; // // 工序号 // this.工序号.DataPropertyName = "工序号"; this.工序号.HeaderText = "工序号"; this.工序号.Name = "工序号"; this.工序号.ReadOnly = true; this.工序号.Width = 80; // // 工序名称 // this.工序名称.DataPropertyName = "工序名称"; this.工序名称.HeaderText = "工序名称"; this.工序名称.Name = "工序名称"; this.工序名称.ReadOnly = true; this.工序名称.Width = 200; // // PLC // this.PLC.DataPropertyName = "PLC"; this.PLC.HeaderText = "PLC"; this.PLC.Name = "PLC"; this.PLC.ReadOnly = true; // // 区域代码 // this.区域代码.DataPropertyName = "区域代码"; this.区域代码.HeaderText = "区域代码"; this.区域代码.Name = "区域代码"; this.区域代码.ReadOnly = true; this.区域代码.Width = 150; // // 机床类型 // this.机床类型.DataPropertyName = "机床类型"; this.机床类型.HeaderText = "机床类型"; this.机床类型.Name = "机床类型"; this.机床类型.ReadOnly = true; // // F_StationManage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1091, 621); this.Controls.Add(this.cmb_Area); this.Controls.Add(this.label1); this.Controls.Add(this.btn_Station_Add); this.Controls.Add(this.dgv_Station); this.Controls.Add(this.btn_Station_Update); this.Controls.Add(this.btn_Station_Delete); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.Name = "F_StationManage"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工位管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); this.Load += new System.EventHandler(this.Form_MoveSqlTable_Load); ((System.ComponentModel.ISupportInitialize)(this.dgv_Station)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_Station_Add; private System.Windows.Forms.Button btn_Station_Update; private System.Windows.Forms.Button btn_Station_Delete; private System.Windows.Forms.DataGridView dgv_Station; private System.Windows.Forms.ComboBox cmb_Area; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn 工位代码; private System.Windows.Forms.DataGridViewTextBoxColumn 工位号; private System.Windows.Forms.DataGridViewTextBoxColumn 工位名称; private System.Windows.Forms.DataGridViewTextBoxColumn 是否启用MES; private System.Windows.Forms.DataGridViewTextBoxColumn 工序号; private System.Windows.Forms.DataGridViewTextBoxColumn 工序名称; private System.Windows.Forms.DataGridViewTextBoxColumn PLC; private System.Windows.Forms.DataGridViewTextBoxColumn 区域代码; private System.Windows.Forms.DataGridViewTextBoxColumn 机床类型; } }