FrmComponentList.Designer.cs 26.0 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502
namespace TSA_V
{
    partial class FrmComponentList
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmComponentList));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnDel = new System.Windows.Forms.Button();
            this.btnBeiLiao = new System.Windows.Forms.Button();
            this.btnDownLoad = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.cmbList = new System.Windows.Forms.ComboBox();
            this.groupInfo = new System.Windows.Forms.GroupBox();
            this.btnNewCom = new System.Windows.Forms.Button();
            this.cmbPositionNumList = new System.Windows.Forms.ComboBox();
            this.txtPartNum = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtCount = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtNotes = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtDes = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnSave = new System.Windows.Forms.Button();
            this.dgvList = new System.Windows.Forms.DataGridView();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnNew = new System.Windows.Forms.Button();
            this.Column_partNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Position = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_description = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_Del = new System.Windows.Forms.DataGridViewLinkColumn();
            this.groupBox1.SuspendLayout();
            this.groupInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.btnDel);
            this.groupBox1.Controls.Add(this.btnBeiLiao);
            this.groupBox1.Controls.Add(this.btnDownLoad);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.cmbList);
            this.groupBox1.Controls.Add(this.groupInfo);
            this.groupBox1.Controls.Add(this.dgvList);
            this.groupBox1.Controls.Add(this.btnBack);
            this.groupBox1.Controls.Add(this.btnNew);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(13, 16);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1264, 701);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "元器件库管理";
            // 
            // btnDel
            // 
            this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDel.Location = new System.Drawing.Point(762, 14);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(150, 53);
            this.btnDel.TabIndex = 73;
            this.btnDel.Text = "删除";
            this.btnDel.UseVisualStyleBackColor = true;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click_1);
            // 
            // btnBeiLiao
            // 
            this.btnBeiLiao.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBeiLiao.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBeiLiao.Location = new System.Drawing.Point(606, 14);
            this.btnBeiLiao.Name = "btnBeiLiao";
            this.btnBeiLiao.Size = new System.Drawing.Size(150, 53);
            this.btnBeiLiao.TabIndex = 72;
            this.btnBeiLiao.Text = "备料";
            this.btnBeiLiao.UseVisualStyleBackColor = true;
            this.btnBeiLiao.Click += new System.EventHandler(this.BtnBeiLiao_Click);
            // 
            // btnDownLoad
            // 
            this.btnDownLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDownLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDownLoad.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDownLoad.Location = new System.Drawing.Point(832, 623);
            this.btnDownLoad.Name = "btnDownLoad";
            this.btnDownLoad.Size = new System.Drawing.Size(131, 63);
            this.btnDownLoad.TabIndex = 71;
            this.btnDownLoad.Text = "下载模板";
            this.btnDownLoad.UseVisualStyleBackColor = true;
            this.btnDownLoad.Click += new System.EventHandler(this.btnDownLoad_Click);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(6, 30);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(222, 22);
            this.label3.TabIndex = 70;
            this.label3.Text = "元器件库列表";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cmbList
            // 
            this.cmbList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbList.FormattingEnabled = true;
            this.cmbList.Location = new System.Drawing.Point(234, 26);
            this.cmbList.Name = "cmbList";
            this.cmbList.Size = new System.Drawing.Size(278, 29);
            this.cmbList.TabIndex = 69;
            this.cmbList.SelectedIndexChanged += new System.EventHandler(this.cmbList_SelectedIndexChanged);
            // 
            // groupInfo
            // 
            this.groupInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupInfo.Controls.Add(this.btnNewCom);
            this.groupInfo.Controls.Add(this.cmbPositionNumList);
            this.groupInfo.Controls.Add(this.txtPartNum);
            this.groupInfo.Controls.Add(this.label7);
            this.groupInfo.Controls.Add(this.label6);
            this.groupInfo.Controls.Add(this.txtCount);
            this.groupInfo.Controls.Add(this.label5);
            this.groupInfo.Controls.Add(this.txtNotes);
            this.groupInfo.Controls.Add(this.label4);
            this.groupInfo.Controls.Add(this.txtDes);
            this.groupInfo.Controls.Add(this.label2);
            this.groupInfo.Controls.Add(this.txtName);
            this.groupInfo.Controls.Add(this.label1);
            this.groupInfo.Controls.Add(this.btnSave);
            this.groupInfo.Location = new System.Drawing.Point(829, 84);
            this.groupInfo.Name = "groupInfo";
            this.groupInfo.Size = new System.Drawing.Size(416, 520);
            this.groupInfo.TabIndex = 68;
            this.groupInfo.TabStop = false;
            this.groupInfo.Text = "元器件基本信息";
            // 
            // btnNewCom
            // 
            this.btnNewCom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNewCom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnNewCom.Location = new System.Drawing.Point(108, 370);
            this.btnNewCom.Name = "btnNewCom";
            this.btnNewCom.Size = new System.Drawing.Size(130, 45);
            this.btnNewCom.TabIndex = 76;
            this.btnNewCom.Text = "新增元器件";
            this.btnNewCom.UseVisualStyleBackColor = true;
            this.btnNewCom.Click += new System.EventHandler(this.btnNewCom_Click);
            // 
            // cmbPositionNumList
            // 
            this.cmbPositionNumList.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
            this.cmbPositionNumList.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbPositionNumList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPositionNumList.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbPositionNumList.FormattingEnabled = true;
            this.cmbPositionNumList.Location = new System.Drawing.Point(126, 302);
            this.cmbPositionNumList.Name = "cmbPositionNumList";
            this.cmbPositionNumList.Size = new System.Drawing.Size(171, 27);
            this.cmbPositionNumList.TabIndex = 75;
            // 
            // txtPartNum
            // 
            this.txtPartNum.Enabled = false;
            this.txtPartNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPartNum.Location = new System.Drawing.Point(126, 43);
            this.txtPartNum.MaxLength = 30;
            this.txtPartNum.Name = "txtPartNum";
            this.txtPartNum.Size = new System.Drawing.Size(271, 29);
            this.txtPartNum.TabIndex = 74;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(6, 50);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(114, 17);
            this.label7.TabIndex = 73;
            this.label7.Text = "编号:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(6, 308);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(114, 17);
            this.label6.TabIndex = 71;
            this.label6.Text = "位置:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtCount
            // 
            this.txtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtCount.Location = new System.Drawing.Point(126, 257);
            this.txtCount.MaxLength = 30;
            this.txtCount.Name = "txtCount";
            this.txtCount.Size = new System.Drawing.Size(171, 29);
            this.txtCount.TabIndex = 70;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(6, 264);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(114, 17);
            this.label5.TabIndex = 69;
            this.label5.Text = "数量:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtNotes
            // 
            this.txtNotes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtNotes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtNotes.Location = new System.Drawing.Point(126, 195);
            this.txtNotes.MaxLength = 30;
            this.txtNotes.Multiline = true;
            this.txtNotes.Name = "txtNotes";
            this.txtNotes.Size = new System.Drawing.Size(271, 46);
            this.txtNotes.TabIndex = 68;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(6, 201);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(114, 17);
            this.label4.TabIndex = 67;
            this.label4.Text = "注意事项:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtDes
            // 
            this.txtDes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDes.Location = new System.Drawing.Point(126, 133);
            this.txtDes.MaxLength = 30;
            this.txtDes.Multiline = true;
            this.txtDes.Name = "txtDes";
            this.txtDes.Size = new System.Drawing.Size(271, 46);
            this.txtDes.TabIndex = 66;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(6, 138);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(114, 17);
            this.label2.TabIndex = 34;
            this.label2.Text = "描述:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtName
            // 
            this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtName.Location = new System.Drawing.Point(126, 88);
            this.txtName.MaxLength = 30;
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(271, 29);
            this.txtName.TabIndex = 33;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(6, 95);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(114, 17);
            this.label1.TabIndex = 32;
            this.label1.Text = "名称:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnSave
            // 
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.Location = new System.Drawing.Point(246, 370);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(130, 45);
            this.btnSave.TabIndex = 4;
            this.btnSave.Text = "保存";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // dgvList
            // 
            this.dgvList.AllowUserToAddRows = false;
            this.dgvList.AllowUserToDeleteRows = false;
            this.dgvList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column_partNumber,
            this.Column_Name,
            this.Column_Count,
            this.Column_Position,
            this.Column_Notes,
            this.Column_description,
            this.Column_X,
            this.Column_Y,
            this.Column_Del});
            this.dgvList.Location = new System.Drawing.Point(5, 84);
            this.dgvList.MultiSelect = false;
            this.dgvList.Name = "dgvList";
            this.dgvList.ReadOnly = true;
            this.dgvList.RowHeadersWidth = 10;
            this.dgvList.RowTemplate.Height = 23;
            this.dgvList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvList.Size = new System.Drawing.Size(815, 611);
            this.dgvList.TabIndex = 32;
            this.dgvList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
            this.dgvList.SelectionChanged += new System.EventHandler(this.dgvList_SelectionChanged);
            // 
            // btnBack
            // 
            this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBack.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBack.Location = new System.Drawing.Point(1110, 623);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(131, 63);
            this.btnBack.TabIndex = 6;
            this.btnBack.Text = "返回(&B)";
            this.btnBack.UseVisualStyleBackColor = true;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // btnNew
            // 
            this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNew.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnNew.Location = new System.Drawing.Point(971, 623);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(131, 63);
            this.btnNew.TabIndex = 3;
            this.btnNew.Text = "上传元器件库";
            this.btnNew.UseVisualStyleBackColor = true;
            this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
            // 
            // Column_partNumber
            // 
            this.Column_partNumber.DataPropertyName = "PartNum";
            this.Column_partNumber.HeaderText = "编号";
            this.Column_partNumber.Name = "Column_partNumber";
            this.Column_partNumber.ReadOnly = true;
            // 
            // Column_Name
            // 
            this.Column_Name.DataPropertyName = "ComponentName";
            this.Column_Name.HeaderText = "名称";
            this.Column_Name.Name = "Column_Name";
            this.Column_Name.ReadOnly = true;
            // 
            // Column_Count
            // 
            this.Column_Count.DataPropertyName = "ComCount";
            this.Column_Count.HeaderText = "数量";
            this.Column_Count.Name = "Column_Count";
            this.Column_Count.ReadOnly = true;
            this.Column_Count.Width = 80;
            // 
            // Column_Position
            // 
            this.Column_Position.DataPropertyName = "PositionNum";
            this.Column_Position.HeaderText = "位置";
            this.Column_Position.Name = "Column_Position";
            this.Column_Position.ReadOnly = true;
            this.Column_Position.Width = 80;
            // 
            // Column_Notes
            // 
            this.Column_Notes.DataPropertyName = "Notes";
            this.Column_Notes.HeaderText = "注意事项";
            this.Column_Notes.Name = "Column_Notes";
            this.Column_Notes.ReadOnly = true;
            this.Column_Notes.Width = 230;
            // 
            // Column_description
            // 
            this.Column_description.DataPropertyName = "ComponentDes";
            this.Column_description.HeaderText = "描述";
            this.Column_description.Name = "Column_description";
            this.Column_description.ReadOnly = true;
            this.Column_description.Width = 150;
            // 
            // Column_X
            // 
            this.Column_X.DataPropertyName = "PositionX";
            this.Column_X.HeaderText = "X";
            this.Column_X.Name = "Column_X";
            this.Column_X.ReadOnly = true;
            this.Column_X.Visible = false;
            this.Column_X.Width = 80;
            // 
            // Column_Y
            // 
            this.Column_Y.DataPropertyName = "PositionY";
            this.Column_Y.HeaderText = "Y";
            this.Column_Y.Name = "Column_Y";
            this.Column_Y.ReadOnly = true;
            this.Column_Y.Visible = false;
            this.Column_Y.Width = 80;
            // 
            // Column_Del
            // 
            this.Column_Del.HeaderText = "删除";
            this.Column_Del.Name = "Column_Del";
            this.Column_Del.ReadOnly = true;
            this.Column_Del.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.Column_Del.Text = "删除";
            this.Column_Del.ToolTipText = "删除";
            this.Column_Del.UseColumnTextForLinkValue = true;
            this.Column_Del.Width = 70;
            // 
            // FrmComponentList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1289, 729);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmComponentList";
            this.Text = "元器件信息";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmComponentList_FormClosing);
            this.Load += new System.EventHandler(this.FrmPointType_Load);
            this.Shown += new System.EventHandler(this.FrmComponentList_Shown);
            this.VisibleChanged += new System.EventHandler(this.FrmComponentList_VisibleChanged);
            this.groupBox1.ResumeLayout(false);
            this.groupInfo.ResumeLayout(false);
            this.groupInfo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnNew;
        private System.Windows.Forms.DataGridView dgvList;
        private System.Windows.Forms.GroupBox groupInfo;
        private System.Windows.Forms.TextBox txtDes;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.ComboBox cmbList;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnDownLoad;
        private System.Windows.Forms.Button btnBeiLiao;
        private System.Windows.Forms.TextBox txtCount;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtNotes;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtPartNum;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button btnDel;
        private System.Windows.Forms.ComboBox cmbPositionNumList;
        private System.Windows.Forms.Button btnNewCom;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_partNumber;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_Name;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_Count;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_Position;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_Notes;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_description;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_X;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_Y;
        private System.Windows.Forms.DataGridViewLinkColumn Column_Del;
    }
}