📄 mainframe.designer.cs
字号:
//
// textBox31
//
this.textBox31.Location = new System.Drawing.Point(98, 31);
this.textBox31.Name = "textBox31";
this.textBox31.Size = new System.Drawing.Size(245, 21);
this.textBox31.TabIndex = 1;
//
// textBox32
//
this.textBox32.Location = new System.Drawing.Point(98, 65);
this.textBox32.Name = "textBox32";
this.textBox32.Size = new System.Drawing.Size(245, 21);
this.textBox32.TabIndex = 2;
//
// textBox33
//
this.textBox33.Location = new System.Drawing.Point(509, 31);
this.textBox33.Name = "textBox33";
this.textBox33.Size = new System.Drawing.Size(210, 21);
this.textBox33.TabIndex = 6;
//
// textBox34
//
this.textBox34.Location = new System.Drawing.Point(509, 98);
this.textBox34.Name = "textBox34";
this.textBox34.Size = new System.Drawing.Size(210, 21);
this.textBox34.TabIndex = 8;
//
// textBox35
//
this.textBox35.Location = new System.Drawing.Point(509, 65);
this.textBox35.Name = "textBox35";
this.textBox35.Size = new System.Drawing.Size(210, 21);
this.textBox35.TabIndex = 7;
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(28, 101);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(53, 12);
this.label38.TabIndex = 7;
this.label38.Text = "卸序港:";
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(28, 131);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(53, 12);
this.label39.TabIndex = 6;
this.label39.Text = "装船地:";
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(414, 101);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(41, 12);
this.label40.TabIndex = 5;
this.label40.Text = "场站:";
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(414, 68);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(53, 12);
this.label41.TabIndex = 3;
this.label41.Text = "开船日:";
//
// label42
//
this.label42.AutoSize = true;
this.label42.Location = new System.Drawing.Point(414, 34);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(53, 12);
this.label42.TabIndex = 2;
this.label42.Text = "结单日:";
//
// label43
//
this.label43.AutoSize = true;
this.label43.Location = new System.Drawing.Point(28, 34);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(41, 12);
this.label43.TabIndex = 1;
this.label43.Text = "航次:";
//
// label44
//
this.label44.AutoSize = true;
this.label44.Location = new System.Drawing.Point(28, 68);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(41, 12);
this.label44.TabIndex = 0;
this.label44.Text = "船号:";
//
// tabPage6
//
this.tabPage6.Controls.Add(this.groupBox9);
this.tabPage6.Controls.Add(this.dataGridView4);
this.tabPage6.Controls.Add(this.groupBox7);
this.tabPage6.Controls.Add(this.groupBox6);
this.tabPage6.Controls.Add(this.groupBox5);
this.tabPage6.Location = new System.Drawing.Point(4, 21);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Size = new System.Drawing.Size(758, 524);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "数据检索";
this.tabPage6.UseVisualStyleBackColor = true;
//
// groupBox9
//
this.groupBox9.Controls.Add(this.button19);
this.groupBox9.Controls.Add(this.textBox39);
this.groupBox9.Controls.Add(this.label47);
this.groupBox9.Location = new System.Drawing.Point(10, 273);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(735, 70);
this.groupBox9.TabIndex = 7;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "船期信息检索";
//
// button19
//
this.button19.Location = new System.Drawing.Point(579, 30);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(75, 23);
this.button19.TabIndex = 6;
this.button19.Text = "开始检索";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// textBox39
//
this.textBox39.Location = new System.Drawing.Point(202, 32);
this.textBox39.Name = "textBox39";
this.textBox39.Size = new System.Drawing.Size(304, 21);
this.textBox39.TabIndex = 5;
//
// label47
//
this.label47.AutoSize = true;
this.label47.Location = new System.Drawing.Point(29, 35);
this.label47.Name = "label47";
this.label47.Size = new System.Drawing.Size(131, 12);
this.label47.TabIndex = 2;
this.label47.Text = "请输入您要检索的航次:";
//
// dataGridView4
//
this.dataGridView4.BackgroundColor = System.Drawing.Color.Silver;
this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView4.GridColor = System.Drawing.Color.LightSlateGray;
this.dataGridView4.Location = new System.Drawing.Point(10, 380);
this.dataGridView4.Name = "dataGridView4";
this.dataGridView4.ReadOnly = true;
this.dataGridView4.RowTemplate.Height = 23;
this.dataGridView4.Size = new System.Drawing.Size(735, 120);
this.dataGridView4.TabIndex = 7;
this.dataGridView4.Visible = false;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.button15);
this.groupBox7.Controls.Add(this.textBox28);
this.groupBox7.Controls.Add(this.label35);
this.groupBox7.Location = new System.Drawing.Point(10, 182);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(735, 70);
this.groupBox7.TabIndex = 1;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "船舶信息检索";
//
// button15
//
this.button15.Location = new System.Drawing.Point(579, 30);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(75, 23);
this.button15.TabIndex = 6;
this.button15.Text = "开始检索";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// textBox28
//
this.textBox28.Location = new System.Drawing.Point(202, 32);
this.textBox28.Name = "textBox28";
this.textBox28.Size = new System.Drawing.Size(304, 21);
this.textBox28.TabIndex = 5;
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(29, 35);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(155, 12);
this.label35.TabIndex = 2;
this.label35.Text = "请输入您要检索船舶的船号:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.button14);
this.groupBox6.Controls.Add(this.textBox27);
this.groupBox6.Controls.Add(this.label18);
this.groupBox6.Location = new System.Drawing.Point(10, 99);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(735, 66);
this.groupBox6.TabIndex = 1;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "清单信息检索";
//
// button14
//
this.button14.Location = new System.Drawing.Point(579, 26);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(75, 23);
this.button14.TabIndex = 4;
this.button14.Text = "开始检索";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// textBox27
//
this.textBox27.Location = new System.Drawing.Point(202, 28);
this.textBox27.Name = "textBox27";
this.textBox27.Size = new System.Drawing.Size(304, 21);
this.textBox27.TabIndex = 3;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(29, 31);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(167, 12);
this.label18.TabIndex = 1;
this.label18.Text = "请输入您要检索清单的提单号:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.button13);
this.groupBox5.Controls.Add(this.textBox10);
this.groupBox5.Controls.Add(this.label13);
this.groupBox5.Location = new System.Drawing.Point(10, 14);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(735, 66);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "货主信息检索";
//
// button13
//
this.button13.Location = new System.Drawing.Point(579, 23);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(75, 23);
this.button13.TabIndex = 2;
this.button13.Text = "开始检索";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(202, 25);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(304, 21);
this.textBox10.TabIndex = 1;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(29, 28);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(155, 12);
this.label13.TabIndex = 0;
this.label13.Text = "请输入您要检索货主的序号:";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -