📄 warrentinput.cs
字号:
//
this.label1.Location = new System.Drawing.Point(272, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 1;
this.label1.Text = "会计期间";
//
// btnSearch
//
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSearch.Location = new System.Drawing.Point(16, 24);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(72, 23);
this.btnSearch.TabIndex = 0;
this.btnSearch.Text = " 搜索";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txt1
//
this.txt1.Location = new System.Drawing.Point(168, 24);
this.txt1.Name = "txt1";
this.txt1.TabIndex = 2;
this.txt1.Text = "";
//
// label2
//
this.label2.Location = new System.Drawing.Point(104, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 1;
this.label2.Text = "凭证编号";
//
// txt3
//
this.txt3.Location = new System.Drawing.Point(504, 24);
this.txt3.Name = "txt3";
this.txt3.TabIndex = 2;
this.txt3.Text = "";
//
// label3
//
this.label3.Location = new System.Drawing.Point(448, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 16);
this.label3.TabIndex = 1;
this.label3.Text = "日期";
//
// dataGrid1
//
this.dataGrid1.CaptionVisible = false;
this.dataGrid1.DataMember = "凭证表";
this.dataGrid1.DataSource = this.dataSet11;
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(0, 104);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ReadOnly = true;
this.dataGrid1.RowHeaderWidth = 20;
this.dataGrid1.Size = new System.Drawing.Size(272, 416);
this.dataGrid1.TabIndex = 30;
this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.dataGridTableStyle1});
this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
//
// dataSet11
//
this.dataSet11.DataSetName = "DataSet1";
this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
//
// dataGridTableStyle1
//
this.dataGridTableStyle1.DataGrid = this.dataGrid1;
this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.dataGridTextBoxColumn1,
this.dataGridTextBoxColumn2,
this.dataGridTextBoxColumn3});
this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGridTableStyle1.MappingName = "凭证表";
this.dataGridTableStyle1.RowHeaderWidth = 20;
//
// dataGridTextBoxColumn1
//
this.dataGridTextBoxColumn1.Format = "";
this.dataGridTextBoxColumn1.FormatInfo = null;
this.dataGridTextBoxColumn1.HeaderText = "凭证编号";
this.dataGridTextBoxColumn1.MappingName = "凭证编号";
this.dataGridTextBoxColumn1.Width = 80;
//
// dataGridTextBoxColumn2
//
this.dataGridTextBoxColumn2.Format = "";
this.dataGridTextBoxColumn2.FormatInfo = null;
this.dataGridTextBoxColumn2.HeaderText = "会计期间";
this.dataGridTextBoxColumn2.MappingName = "会计期间";
this.dataGridTextBoxColumn2.Width = 60;
//
// dataGridTextBoxColumn3
//
this.dataGridTextBoxColumn3.Format = "";
this.dataGridTextBoxColumn3.FormatInfo = null;
this.dataGridTextBoxColumn3.HeaderText = "日期";
this.dataGridTextBoxColumn3.MappingName = "日期";
this.dataGridTextBoxColumn3.Width = 90;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Controls.Add(this.txt4);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.txt5);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txt6);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.txt7);
this.groupBox2.Controls.Add(this.txt8);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.txt9);
this.groupBox2.Controls.Add(this.txt10);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Location = new System.Drawing.Point(272, 104);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(456, 136);
this.groupBox2.TabIndex = 31;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "凭证详细信息";
//
// comboBox1
//
this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.凭证字号"));
this.comboBox1.Enabled = false;
this.comboBox1.Items.AddRange(new object[] {
"付",
"收",
"转"});
this.comboBox1.Location = new System.Drawing.Point(144, 48);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(88, 20);
this.comboBox1.TabIndex = 2;
//
// txt4
//
this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.凭证编号"));
this.txt4.Location = new System.Drawing.Point(24, 48);
this.txt4.Name = "txt4";
this.txt4.ReadOnly = true;
this.txt4.TabIndex = 1;
this.txt4.Text = "";
//
// label4
//
this.label4.Location = new System.Drawing.Point(24, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 0;
this.label4.Text = "凭证编号";
//
// label5
//
this.label5.Location = new System.Drawing.Point(144, 32);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 0;
this.label5.Text = "凭证字号";
//
// txt5
//
this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.日期"));
this.txt5.Location = new System.Drawing.Point(256, 48);
this.txt5.Name = "txt5";
this.txt5.ReadOnly = true;
this.txt5.TabIndex = 1;
this.txt5.Text = "";
//
// label6
//
this.label6.Location = new System.Drawing.Point(376, 32);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 16);
this.label6.TabIndex = 0;
this.label6.Text = "制单人";
//
// txt6
//
this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.制单"));
this.txt6.Location = new System.Drawing.Point(376, 48);
this.txt6.Name = "txt6";
this.txt6.ReadOnly = true;
this.txt6.Size = new System.Drawing.Size(72, 21);
this.txt6.TabIndex = 1;
this.txt6.Text = "";
//
// label7
//
this.label7.Location = new System.Drawing.Point(256, 32);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 16);
this.label7.TabIndex = 0;
this.label7.Text = "日期";
//
// label8
//
this.label8.Location = new System.Drawing.Point(24, 88);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 16);
this.label8.TabIndex = 0;
this.label8.Text = "会计期间";
//
// txt7
//
this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.会计期间"));
this.txt7.Location = new System.Drawing.Point(24, 104);
this.txt7.Name = "txt7";
this.txt7.ReadOnly = true;
this.txt7.Size = new System.Drawing.Size(96, 21);
this.txt7.TabIndex = 1;
this.txt7.Text = "";
//
// txt8
//
this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.过账状态"));
this.txt8.Location = new System.Drawing.Point(136, 104);
this.txt8.Name = "txt8";
this.txt8.ReadOnly = true;
this.txt8.Size = new System.Drawing.Size(88, 21);
this.txt8.TabIndex = 1;
this.txt8.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(136, 88);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 16);
this.label9.TabIndex = 0;
this.label9.Text = "过帐状态";
//
// label10
//
this.label10.Location = new System.Drawing.Point(240, 88);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(72, 16);
this.label10.TabIndex = 0;
this.label10.Text = "借方合计";
//
// txt9
//
this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.借方合计"));
this.txt9.Location = new System.Drawing.Point(240, 104);
this.txt9.Name = "txt9";
this.txt9.ReadOnly = true;
this.txt9.TabIndex = 1;
this.txt9.Text = "";
//
// txt10
//
this.txt10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "凭证表.贷方合计"));
this.txt10.Location = new System.Drawing.Point(352, 104);
this.txt10.Name = "txt10";
this.txt10.ReadOnly = true;
this.txt10.Size = new System.Drawing.Size(96, 21);
this.txt10.TabIndex = 1;
this.txt10.Text = "";
//
// label11
//
this.label11.Location = new System.Drawing.Point(360, 88);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(72, 16);
this.label11.TabIndex = 0;
this.label11.Text = "贷方合计";
//
// dataGrid2
//
this.dataGrid2.CaptionVisible = false;
this.dataGrid2.DataMember = "";
this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid2.Location = new System.Drawing.Point(280, 256);
this.dataGrid2.Name = "dataGrid2";
this.dataGrid2.ReadOnly = true;
this.dataGrid2.Size = new System.Drawing.Size(448, 264);
this.dataGrid2.TabIndex = 32;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -